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

# Virtual environments
venv/
.venv/
env/

# Test artifacts / scratch dirs
test_tmp/
test-gripes/
handoff_test/
handoff_v2_test/
rekall-local/
test_out.txt
.pytest_cache/

# Misc
.vscode/
*.DS_Store
Thumbs.db

# Private Roadmap
roadmap/

# Rekall State (Local Dogfooding - tracked intentionally)
# .rekall/
# artifacts/

# Local overrides and secrets
.env
.env.local
*.local
envs.yaml
access.yaml

# Allow tracked project-state defaults (non-sensitive templates)
!project-state/envs.yaml
!project-state/access.yaml

# Local development
scratch/
logs/
