# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.env
.venv/
venv/
ENV/
env/
env.bak/
.venv.bak/

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

# Nix
.direnv/
result
result-*

# Testing, Type Checking, Coverage, Profiling
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
prof/

# Ignore coverage annotated files
*.cover
