# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.installed.cfg
MANIFEST

# Build / Distribution
build/
dist/
sdist/
wheels/
share/python-wheels/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
var/

# Virtual Environment
venv/
.venv/
env/
.env

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

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

# Type checking / Linting
.mypy_cache/
.ruff_cache/
