Homelabtoolkit v2
This commit is contained in:
+26
-2
@@ -1,12 +1,36 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
# VCS & tooling
|
||||
.git/
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.pytest_cache/
|
||||
.claude/
|
||||
*.code-workspace
|
||||
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
**/__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Runtime data — provided via mounted volumes, never baked into the image
|
||||
cache/
|
||||
output/
|
||||
logs/
|
||||
.app.out.log
|
||||
.app.err.log
|
||||
|
||||
# Frontend build artifacts — regenerated in the build stage
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Dev-only / legacy files not needed by any build stage
|
||||
tests/
|
||||
templates/
|
||||
music-covers.py
|
||||
deploy.ps1
|
||||
AGENT.MD
|
||||
DESIGN.md
|
||||
|
||||
# Unused root-level marketing/legacy images (real assets live under static/)
|
||||
*.png
|
||||
*.jpg
|
||||
|
||||
Reference in New Issue
Block a user