Sage100-vps/.gitignore
2026-01-20 19:26:28 +03:00

50 lines
No EOL
360 B
Text

# Environnements virtuels
venv/
.env
*.env
*.local.env
# caches
__pycache__/
*.py[cod]
*.pyo
# logs
*.log
# Compilations
*.so
*.dll
# Outils Python
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
# VSCode
.vscode/
# PyCharm
.idea/
# Docker
*~
.build/
dist/
data/*.db
data/*.db.bak
*.db
tools/
.trunk
.env.staging
.env.production
.trunk
*clean*.py