# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.venv/

# Django
db.sqlite3
staticfiles/
.env

# IDE
.VSCodeCounter/

# Embedding model cache
models/

# Frontend
node_modules/
core/static/core/dist/
