mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 06:18:07 +03:00
27 lines
295 B
Plaintext
27 lines
295 B
Plaintext
# 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
|