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

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

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Tooling / editors
.mypy_cache/
.idea/
.vscode/
*.swp
.DS_Store
