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

# Virtual environments
.venv/
venv/
ENV/
env/

# Test & cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
.coverage.*
htmlcov/
.cache/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

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

# OS junk
.DS_Store
Thumbs.db
desktop.ini

# Build artefacts
*.log
