tripplanner-backend / .gitignore
Bas95's picture
Deploy Tripplanner backend
649703e verified
raw
history blame contribute delete
208 Bytes
# Environment
.env
.env.*
!.env.example
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.venv/
venv/
# Node
node_modules/
dist/
# Playwright
browser_data/
.playwright/
# Logs
*.log
# macOS
.DS_Store