deep-risk/.gitignore
2025-12-14 20:08:27 +08:00

108 lines
1.0 KiB
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.eggs/
.installed.cfg
*.egg
MANIFEST
.pip/
.pip-cache/
pip-log.txt
pip-delete-this-directory.txt
# Node.js (Frontend)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pypirc
.env
.env.local
.env.*.local
.env.production
*.local
!.env.example
!.env.external.example
*.db
*.sqlite
*.sqlite3
*.sqlite3-journal
db.sqlite3
db.sqlite3-journal
logs/
*.log
log/
# deploy
build/
dist/
ignore-docs/
.version
push-offline.sh
# Frontend (Vite)
frontend/dist/
frontend/dist-ssr/
# Backend
backend/static/uploads/
backend/static/reports/
backend/tmp/
backend/temp/
.cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cover
*.cover
.hypothesis/
.cache/
nosetests.xml
coverage.xml
*.cover
.ipynb_checkpoints/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.AppleDouble
.LSOverride