# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

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

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting / formatting
.ruff_cache/

# workspace-map index files
*.index.json

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

# macOS
.DS_Store

# Windows
Thumbs.db
