# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*
.hypothesis/

# Worktrees
.worktrees/

# Claude Code / Filigree
.filigree/
.claude/
.agents/
AGENTS.md

# MkDocs
docs/changelog.md
site/
