mwfin/.gitignore

10 lines
136 B
Plaintext
Raw Normal View History

2021-11-21 21:44:03 +01:00
# Virtual environment
/.venv/
# PyCharm:
/.idea/
# Distribution / packaging:
*.egg-info/
# Python cache:
__pycache__/
# Tests:
.coverage