# Python virtual environments
venv/
.venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Python caching
__pycache__/
*.pyc

# Local testing
demo_project/
demo_project-1/
*.db

# Test coverage / reports
.pytest_cache/
.coverage
htmlcov/
