23 lines
219 B
Plaintext
23 lines
219 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Personal Google Timeline data
|
|
Timeline.json
|
|
|
|
# Output: keep folder, ignore contents
|
|
output/**
|
|
!output/.gitkeep
|
|
|
|
# Envs
|
|
.env
|
|
.venv/
|
|
*.env
|
|
|
|
# OS cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
|