# SaturnZap — files excluded from version control

# Agent/dev instructions
CLAUDE.md

# WSL Zone.Identifier metadata files
*:Zone.Identifier

# Environment secrets
.env

# Local-only directories
plans/
memory/
notes/
docs/notes/

# Security scanner reports (generated, not committed)
security/reports/

# Python
__pycache__/
*.py[codz]
*$py.class
*.so
*.egg-info/
*.egg
.installed.cfg
dist/
build/
develop-eggs/
eggs/
.eggs/
sdist/
wheels/
share/python-wheels/
MANIFEST

# Virtual environment
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/

# Testing / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
.hypothesis/
nosetests.xml
coverage.xml

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db
