# --- Internal working docs ---
docs/internal/

# --- Agent tooling ---
.claude/

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib60/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Environments ---
.venv/
venv/
env/
ENV/
.python-version

# --- Tooling ---
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# --- Secrets ---
.env
.env.*
!.env.example
*.key
credentials.json

# --- Data artifacts (regenerable; large) ---
data/raw/
data/cache/
*.parquet
*.arrow

# --- OS / editor ---
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
