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

# Environments
.venv/
venv/

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

# dedrift project data (created by `dedrift init` during local testing)
.dedrift/

# Owner working docs — local only, never published
CLAUDE.md
ROADMAP.md
SPEC.md
dist/

# OS / editor
.DS_Store
.idea/
.vscode/

# Secrets - never commit
.env
