606b7bd6b3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
133 B
Plaintext
20 lines
133 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Env
|
|
.env
|
|
|
|
# Node
|
|
node_modules/
|
|
frontend/dist/
|
|
|
|
# DB
|
|
*.sqlite
|
|
|
|
# OS
|
|
.DS_Store
|