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

# Virtual environments
.venv

# Database files
*.sqlite3
db.sqlite3
*.backup

# Coverage reports
.coverage
.coverage.*
htmlcov/
*.cover
coverage.xml

# Test artifacts and temp files
simple_test.py
test_*.tmp
