# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/

# Virtual environments
.env
.venv
.venv*/
env/
venv/
ENV/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# Distribution
*.whl
*.tar.gz
.gstack/

# Local secrets (env-var exports for Supabase, etc.) — never commit
STRATHMARK API.txt
*.secrets.txt

# Local agent / editor config (per-developer, not portfolio content)
CLAUDE.md
.claude/
AGENTS.md
