PyFacts/.gitignore

10 lines
77 B
Plaintext
Raw Normal View History

2022-02-17 10:50:48 +00:00
.tox
.eggs
.env
*egg-info
2022-02-22 07:35:54 +00:00
__pycache__
2022-06-25 07:52:52 +00:00
.vscode
.idea
build
2022-06-26 15:23:17 +00:00
.coverage
.DS_store