21 lines
189 B
Plaintext
21 lines
189 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Testing temp
|
|
/tmp/
|
|
|
|
# Local caches
|
|
data/
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# SDD artifacts (local-only, not part of the game)
|
|
.atl/ |