# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
.venv/
env/
ENV/

# Environment Variables (Important: Never commit .env)
.env
.env.*
!.env.example
backend/.env
backend/.env.*
!backend/.env.example

# Testing / Coverage
.coverage
.tox/
.nox/
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/

# Logs
*.log
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
backend/backups/

# Frontend
node_modules/
frontend/node_modules/
frontend/dist/
frontend/coverage/
backups

# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Docker
docker-compose.override.yml

