Initial commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.env.local
|
||||
frontend/.env.*.local
|
||||
|
||||
# Backend
|
||||
backend/__pycache__/
|
||||
backend/venv/
|
||||
backend/.env
|
||||
backend/.env.local
|
||||
backend/*.pyc
|
||||
backend/app.db
|
||||
backend/app.db-shm
|
||||
backend/app.db-wal
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
.docker
|
||||
Reference in New Issue
Block a user