Sage100-vps/.gitignore

40 lines
360 B
Text

# ================================
# Python / FastAPI
# ================================
# 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/
*.db