cycles/.gitignore

15 lines
102 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/
*.egg-info/