20 lines
206 B
Text
20 lines
206 B
Text
# Secrets and local runtime state
|
|
magnit_session.json
|
|
data/
|
|
.env
|
|
.env.*
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# VCS and local tooling
|
|
.git/
|
|
.gitignore
|