# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# setuptools-scm generated version file
visigit/_version.py

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

# Testing & coverage
.pytest_cache/
.hypothesis/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Linting / type-checking caches
.ruff_cache/
.mypy_cache/

# Environment / secrets
.env

# Editors & IDEs
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# graphify generated output (regenerate locally with: graphify update .)
graphify-out/

# visigit output files (default output-path and HTML viewer)
# Intentionally specific — docs/screenshots/*.svg are tracked and must not be ignored.
visigit.svg
visigit.pdf
visigit.png
visigit.html
visigit.md
