mirror of
git://f0xx.org/ac/ac-docs
synced 2026-07-29 04:18:19 +03:00
16 lines
162 B
Plaintext
16 lines
162 B
Plaintext
# Binary outputs — not useful for AI context
|
|
*.pdf
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# macOS artifacts
|
|
.DS_Store
|
|
|
|
# Editor temp files
|
|
*.swp
|
|
*.swo
|
|
*~
|