Phase 3.1: Enhanced Chore Logging and Reporting System

This commit is contained in:
2026-02-05 12:33:51 +11:00
commit e3cae7bfbb
178 changed files with 30105 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
*.egg-info/
dist/
build/
# Database
*.db
*.sqlite
*.sqlite3
data/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Frontend Build
frontend/dist/
frontend/build/
.DS_Store
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
logs/
# Environment
.env
.env.local
.env.*.local
# OS
Thumbs.db
.DS_Store
# Uploads
uploads/
avatars/
static/uploads/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temporary
*.tmp
*.temp
~*