g85/.gitignore

14 lines
94 B
Plaintext
Raw Normal View History

2021-11-11 23:53:13 -08:00
*.pyc
2022-08-18 23:27:12 -07:00
__pycache__/
2021-11-11 23:53:13 -08:00
*.idea
build/
dist/
*.egg-info/
.mypy_cache/
2022-08-18 23:27:12 -07:00
.pytest_cache/
2021-11-11 23:53:13 -08:00
*.swp
*.swo