# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
venv/
.venv/
env/
.env/
env.bak/
venv.bak/

# Environment Variables
.env
.env.local

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db
*.bak
*.tmp
*~

# Project specific
/plan.md
/audit_test.py
/cli/tests/audit_test.py

# Sensitive files — NEVER commit these
vault.enc
*.enc
gdrive_token.json
host_debug.log

# Debug/temp scripts
cli/fix_tests.py
cli/test_debug.py
cli/test_host.py

# Native host manifests (generated per-machine)
native-manifests/