# Virtual environments
.venv/
venv/
env/

# Python build / bytecode
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/

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

# Distribution
*.whl
*.tar.gz
