Skip to content
Snippets Groups Projects
Commit b7f4f3de authored by Soufiane's avatar Soufiane
Browse files

.gitignore

parent 399604f9
Branches main
No related tags found
No related merge requests found
# ------------------------------------------------------------------------
# IGNORA FILE/REGISTRI DI SISTEMA
# ------------------------------------------------------------------------
.DS_Store
Thumbs.db
# ------------------------------------------------------------------------
# VISUAL STUDIO CODE
# ------------------------------------------------------------------------
.vscode/
.history/ # Se usi l'estensione VSCode "Local History"
.history/
# Se vuoi ignorare file di configurazione specifici (opzionale):
.vscode/settings.json
.vscode/tasks.json
.vscode/launch.json
# ------------------------------------------------------------------------
# AMBIENTE VIRTUALE (venv)
# ------------------------------------------------------------------------
# Se hai creato la venv con 'python -m venv venv'
venv/
.venv/
env/
......@@ -27,34 +18,27 @@ ENV/
venv.bak/
venv_*/
# ------------------------------------------------------------------------
# PYTHON
# ------------------------------------------------------------------------
# Compiled
__pycache__/
*.py[cod]
*$py.class
# Pacchetti e metadati
*.egg
*.egg-info/
.eggs/
# Distribuzioni
build/
dist/
wheels/
pip-wheel-metadata/
*.wheel
# Logs e file temporanei
*.log
*.tmp
*.temp
# ------------------------------------------------------------------------
# TEST & COVERAGE
# ------------------------------------------------------------------------
htmlcov/
.tox/
.coverage
......@@ -67,19 +51,11 @@ coverage.xml
*.py,cover
.hypothesis/
# ------------------------------------------------------------------------
# JUPYTER NOTEBOOK
# ------------------------------------------------------------------------
.ipynb_checkpoints
# ------------------------------------------------------------------------
# FILE DI CONFIGURAZIONE / CREDENZIALI
# ------------------------------------------------------------------------
# Se hai file di ambiente con variabili segrete:
.env
*.env
# Se usi Docker (opzionale):
# Dockerfile
# docker-compose.yml
# ------------------------------------------------------------------------
.gitignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment