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

# Virtual environments
venv/
.venv/
env/
.env/

# IDE
.vscode/
.idea/
*.swp
*.swo

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

# Development
.gsd/
scripts/
archive/
.claude/
.gsd/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# OS
.DS_Store
Thumbs.db

# Logs
*.log
*.jsonl

# Local config
.env
.env.local
config.local.py

# Documentation build
site/
docs/_build/

# Checkpoints
*.checkpoint.json
