Initial commit - steps 1-6 complete
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Frontend build
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Logs & misc
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# SSL certs (generated on server)
|
||||
certbot/
|
||||
nginx/certbot/
|
||||
Reference in New Issue
Block a user