1
0
forked from EHV/sejeteralo
Files
sejeteralo/.gitignore
2026-03-13 17:40:31 +01:00

64 lines
561 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
venv/
.venv/
*.egg
# Jupyter
.ipynb_checkpoints/
# Environment
.env
.env.local
.env.production
# Database
*.db
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
.nuxt/
.output/
.nitro/
.cache/
# Uploads
backend/uploads/
# Coverage
htmlcov/
.coverage
coverage.xml
# Sensitive dev files
IDENTIFIANTS.txt
data/DEV-CREDENTIALS.md
# Data files (research, not part of the app)
*.pdf
*.xls
*.xlsx
*.ipynb
eau.py
# User Syl
/docs-syoul