mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 05:18:46 +03:00
new DR and spec for cluster monitoring, docs updated
This commit is contained in:
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Python bytecode (generated by PDF build scripts)
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# macOS filesystem artifacts
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
|
||||
# Editor swap / temp files
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
\#*\#
|
||||
|
||||
# JetBrains / VSCode local state
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user