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

# Packaging
build/
dist/
*.egg-info/

# Tests and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Secrets and virtualenvs
.env
.venv/
venv/

# Tool caches
.mypy_cache/
.ruff_cache/

# IDE and OS
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.DS_Store
Thumbs.db
