# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/

# Build
dist/
build/
site/

# Testing & Coverage
.pytest_cache/
.tox/
.coverage
htmlcov/

# Linting
.ruff_cache/
.mypy_cache/

# Environment
.env
.venv/
venv/

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

# OS
.DS_Store

# Database
*.sqlite3

# Serena
.serena/
