Rework Tagger fork into Curator movie-library manager (PySide6 GUI, pool index, ČSFD import)
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
|
||||
# Tooling caches
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.pytest_cache/
|
||||
|
||||
# Environment and secrets
|
||||
.env
|
||||
|
||||
# Logs (loguru file sink)
|
||||
logs/
|
||||
|
||||
# PyInstaller build artifacts (dist/ is committed — see DESIGN_DOCUMENT §13)
|
||||
build/
|
||||
|
||||
# Curator runtime metadata (user/machine-specific, regenerated)
|
||||
.Curator.!gtag
|
||||
*.!gtag
|
||||
*.!ftag
|
||||
*.!tag
|
||||
*.!index
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
DESIGN_DOCUMENT.md
|
||||
.claude/
|
||||
Reference in New Issue
Block a user