# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/

# App settings (may contain config)
.settings.json
dist/
build/
*.egg

# Environment
.env
.venv/
venv/
env/

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

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# OS
.DS_Store
Thumbs.db

# Test evidence screenshots (keep folder, ignore contents)
test_evidence/*
!test_evidence/.gitkeep
*.png
