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

# Virtual environments
.venv/
venv/
env/

# Environment files (NEVER COMMIT THESE!)
.env
.env.*
.env.local
.env.*.local
.env.development
.env.production
.env.staging

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS-generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Test coverage and reports
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.pytest_cache/
.tox/

# Logs
*.log
logs/

# Temporary files
tmp/
temp/
*.tmp
*.temp
