Initial commit: SIBU 2.0 MISSION
This commit is contained in:
46
.gitignore
vendored
Normal file
46
.gitignore
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
# SIBU Root .gitignore
|
||||
|
||||
# Python / FastAPI
|
||||
**/__pycache__/
|
||||
**/*.py[cod]
|
||||
**/*$py.class
|
||||
**/.pytest_cache/
|
||||
**/*.venv
|
||||
**/venv/
|
||||
**/env/
|
||||
**/.env
|
||||
**/instance/
|
||||
**/.pdm-python
|
||||
**/.pdm-build/
|
||||
**/.ruff_cache/
|
||||
|
||||
# Node / Frontend
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
**/dist-ssr/
|
||||
**/*.local
|
||||
**/npm-debug.log*
|
||||
**/yarn-debug.log*
|
||||
**/yarn-error.log*
|
||||
**/pnpm-debug.log*
|
||||
**/lerna-debug.log*
|
||||
|
||||
# OS / Editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
!.vscode/extensions.json
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
# UV (Backend dependency manager)
|
||||
backend/.python-version
|
||||
backend/.uv
|
||||
**/uploads
|
||||
**/dev-dist
|
||||
|
||||
Reference in New Issue
Block a user