docs: aggiungi README, PRD, progress e .gitignore con esclusione segreti
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
# Segreti e configurazione locale
|
||||
.env
|
||||
connessione.md
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.eggs/
|
||||
*.egg
|
||||
|
||||
# Virtualenv
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# Docker
|
||||
.dockerignore
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user