Initial commit (clean, ignores in place)
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user