Files
ctms/.gitignore
T
2026-01-14 15:33:52 +08:00

64 lines
688 B
Plaintext

# OS files
.DS_Store
Thumbs.db
# IDE/editor
.idea/
.vscode/
*.swp
*.swo
# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.eggs/
build/
dist/
develop-eggs/
downloads/
wheels/
share/python-wheels/
*.egg
MANIFEST
# Python tooling
.mypy_cache/
.pytest_cache/
.cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.pybuilder/
celerybeat-schedule
dmypy.json
pyrightconfig.json
.pyre/
.ruff_cache/
# Node/Vite frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.tsbuildinfo
# Logs & temp files
*.log
logs/
tmp/
*.pid
# Docker / runtime data
pg_data/
backend/app/uploads/