# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environment / secrets
.env
.env.*
!.env.example

# Node (scaffold frontend)
node_modules/

# Textual snapshot test reports
snapshot_report.html
snapshot_tests_failures/

# Editors / OS
.idea/
*.swp
.DS_Store
.venv-host/

# Local playground apps (keep your experiments out of the published repo)
/demo/
/myproject/
