a2dad16f21
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
158 B
Plaintext
20 lines
158 B
Plaintext
# Database
|
|
data/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
.env
|
|
|
|
# Node
|
|
frontend/node_modules/
|
|
frontend/build/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.log
|