# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/

# Environment variables
.env

# R artifacts
.Rhistory
.Rapp.history
.RData
.Ruserdata
.Rproj.user/
*-Ex.R
/*.tar.gz
/*.Rcheck/
*_cache/
/cache/
*.utf8.md
*.knit.md
.Renviron
.httr-oauth

# OS
.DS_Store

# Claude Code
.claude/worktrees/

# Generated/large artifacts
**/docs/maps/
**/docs/*.html
**/docs/settings.json
**/data/working/
**/data/original/
**/*.geojson
!dashboard_data/**/*.geojson
**/Synthetic_population/
*.zip
**/transitland-atlas/

# Installer packages
*.pkg

# Fonts (site assets, can be regenerated)
*.ttf
*.woff
*.woff2
*.eot

# Site-generated images
**/docs/**/*.png
**/docs/**/*.svg

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.synctex.gz
*-eps-converted-to.pdf
texput.log

# Superpowers (local tooling)
docs/superpowers/

# MkDocs build output
/site/
