# Environment files
.env
.env.local
.env.production
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
.venv/
*.egg-info/
dist/
build/

# Node
node_modules/
.nuxt/
.output/
.nitro/
.cache/
dist/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Database
*.db
*.sqlite
*.sqlite3

# Uploads (keep directory structure)
uploads/*
!uploads/.gitkeep

# Docker
postgres_data/

# Test coverage
htmlcov/
.coverage
coverage.xml
*.cover
