plus gitignore
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Secrets
|
||||
.env
|
||||
|
||||
# Local import state
|
||||
imported-osmcal-events.json
|
||||
*.json.broken
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Local logs
|
||||
*.log
|
||||
|
||||
# Mobilizon setup/token files
|
||||
mobilizon-app.json
|
||||
mobilizon-token.json
|
||||
mobilizon-device.json
|
||||
Reference in New Issue
Block a user