Add .gitignore
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Next.js
|
||||||
|
frontend/.next/
|
||||||
|
frontend/node_modules/
|
||||||
|
frontend/*.tsbuildinfo
|
||||||
|
|
||||||
|
# Python
|
||||||
|
.venv/
|
||||||
|
**/__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# Environment
|
||||||
|
.env
|
||||||
|
.env.*
|
||||||
|
|
||||||
|
# Uploads (optional)
|
||||||
|
backend/_uploads/
|
||||||
|
|
||||||
|
# macOS
|
||||||
|
__MACOSX/
|
||||||
|
.DS_Store
|
||||||
Reference in New Issue
Block a user