Files
wyndham-ARR/.gitignore
2026-07-29 16:38:05 +08:00

45 lines
435 B
Plaintext

.DS_Store
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
.venv/
.venv-mcp/
.venv*/
.env
.env.*
*.env
!*.env.example
!**/*.env.example
!/deploy/.env.production.example
*.log
*.sqlite3
*.sqlite3-*
/outputs/
/runtime/
/private-fixtures/
/.planning/
/.work/
/.tmp/
/.validation/
/task_plan.md
/findings.md
/progress.md
node_modules/
**/node_modules/
/*.xml
/*.XML
/*.xlsx