Sage100-vps/.gitignore
2025-11-26 11:37:05 +03:00

38 lines
354 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/