# --- Secrets ---
.env
.env.local
.env.production
api/.env
*.pem
*.key
credentials.json

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

# --- Virtualenvs ---
venv/
.venv/
env/
ENV/
**/venv/
**/.venv/

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

# --- Claude harness state ---
.claude/

# --- Runtime / logs ---
*.log
*.tmp
*.pid
/tmp/

# --- OS-generated ---
.AppleDouble
.LSOverride
Icon?
ehthumbs.db

# --- Editor workspace (personal, not shared) ---
*.code-workspace
.gstack/
