cycles/.gitignore

17 lines
112 B
Plaintext
Raw Normal View History

2022-04-05 19:54:00 +00:00
.env
venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
2022-04-23 05:20:07 +00:00
*.egg-info/
*.sqlite