mapy/.gitignore

16 lines
206 B
Plaintext
Raw Normal View History

2022-04-02 00:44:15 +00:00
# environment / pycache
**/.git
**/.vscode
**/.vs
**/*.pyc
**/__pycache__
**/.DS_STORE
**/.mypy_cache
2022-04-16 06:49:39 +00:00
**/.venv
2022-04-02 00:44:15 +00:00
**/notes.md
**/config.*
**/test*.*
**/http_db_client.py
2022-04-16 06:49:39 +00:00
**/tests
**/.style.yapf