stocksymbolscraper/.gitignore

10 lines
136 B
Plaintext
Raw Permalink Normal View History

# Virtual environment
2021-11-07 15:23:15 +01:00
/.venv/
# PyCharm:
2021-11-07 15:23:15 +01:00
/.idea/
# Distribution / packaging:
2021-11-13 20:39:54 +01:00
*.egg-info/
# Python cache:
__pycache__/
# Tests:
.coverage