# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
build/
dist/
wheels/
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# Virtual envs
.venv/
venv/
env/
ENV/

# Engram
.engram/

# Local agent instructions — kept out of the public repo to avoid
# shipping internal architectural notes / agent framing. Each
# contributor maintains their own copy if they use one.
CLAUDE.md

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

# OS
.DS_Store
Thumbs.db
