mapy/.gitignore

27 lines
351 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
2022-09-04 02:02:46 +00:00
**/.style.yapf
**/venv/
**/.pytest_cache/
**/.idea/
mini_shanda.py
config_test.yaml
__config_test.yaml
config.yaml
mapy.sql
**/.idea/**
poetry.lock