Files
ViewIT/.gitignore

26 lines
332 B
Plaintext

# Local-only notes
/docs/PROJECT_NOTES.md
# Local install output
/install/
# Build outputs
/dist/
# Lokale Test-Artefakte
/TESTING/
/.pytest_cache/
/pytest.ini
# Python artifacts
__pycache__/
*.pyc
.coverage
# Plugin runtime caches
/addon/plugins/*_cache.json
# Projektdokumentation (lokal)
/PROJECT_INDEX.md
/FUNCTION_MAP.md