# Byte‑compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

.claude/
CLAUDE.md
.context/
.env


# Virtual environments
.venv/
venv/
ENV/

# Editor & OS
.DS_Store
.idea/
.vscode/
.cursor/
.pytest_cache/
.ruff_cache/
cade.py

# Test
htmlcov/
.coverage

# Python packaging
*.egg-info/
dist/
build/

# Logs
*.log

# Cache
.cache/

# Virtual environment
.venv
activate.sh

# uv
uv.lock
