1
0
mirror of git://f0xx.org/ac/ac-docs synced 2026-07-29 05:59:06 +03:00
Files
ac-docs/.cursorignore
2026-06-26 19:47:17 +02:00

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
*~