HomeHarvest/.gitignore

6 lines
76 B
Plaintext
Raw Permalink Normal View History

2023-09-15 13:14:53 -07:00
/.idea
2023-09-17 13:06:31 -07:00
**/dist/
**/__pycache__/
**/.pytest_cache/
2023-09-17 16:30:37 -07:00
*.pyc
/.ipynb_checkpoints/