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

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

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Irminsul
site/
.irminsul-cache/
# mkdocs.yml is auto-generated by `irminsul render`; do not commit.
/mkdocs.yml
# _version.py is generated by hatch-vcs at build/install time; do not commit.
src/irminsul/_version.py

# Build artifacts
*.whl

.env
.env.local
.env.*.local