mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-08-17 18:25:42 +02:00
18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
# ignore all py cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.pyw
|
|
*.pyz
|
|
*.pywz
|
|
*.pyzw
|
|
*.pyzwz
|
|
*.pyzwzw
|
|
|
|
# ignore everything in apps/db/snips (except .gitignore)
|
|
apps/db/snips/*
|
|
!apps/db/snips/.gitkeep
|
|
|
|
# ignore everything in data/
|
|
data/** |