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

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

# Virtual environments
.venv/
venv/

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

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

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/
