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

# C extensions and shared libraries
*.so
*.o
*.a
*.dylib

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

# Virtual environments
.venv/
venv/
ENV/

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# mypy / type checkers
.mypy_cache/
.pytype/

# Ruff
.ruff_cache/

# Tox
.tox/

# Claude Code
.claude/settings.local.json
docs/tasks/

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

# OS
.DS_Store
Thumbs.db
