Sage100-vps/.gitignore
2026-01-08 20:07:07 +03:00

44 lines
No EOL
332 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/
.env.staging
.env.production