pulsetransit / .gitignore
GitHub Actions
Deploy from GitHub Actions
39a3d76
raw
history blame contribute delete
230 Bytes
# Data — only commit static info
*.db
*.csv
!data/gtfs-static/
!data/gtfs-static/*.txt
# Python
__pycache__/
*.pyc
*.pyo
.env
.venv/
*.egg-info/
dist/
build/
# Notebooks
.ipynb_checkpoints/
# OS
.DS_Store
Thumbs.db
.wrangler