Files
ViewIT/.gitignore

23 lines
279 B
Plaintext

# Local-only notes
/docs/PROJECT_NOTES.md
# Local install output
/install/
# Build outputs
/dist/
# Local tests (not committed)
/tests/
/TESTING/
/.pytest_cache/
/pytest.ini
# Python artifacts
__pycache__/
*.pyc
.coverage
# Plugin runtime caches
/addon/plugins/*_cache.json