Files
location_managemet/.gitignore
2026-02-26 19:24:17 +02:00

41 lines
313 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Virtual environment
.venv/
venv/
env/
# Flask / SQLite
instance/
*.db
*.sqlite3
# Logs
*.log
*.log.*
# OS
.DS_Store
Thumbs.db
# Environment variables
.env
.env.*
# IDE
.vscode/
.idea/
# pytest
.pytest_cache/
htmlcov/
.coverage