cycles/.gitignore
Alexander Hosking d1c9cfc371 Add Application base
Add python ignore types
Add Readme changes for development
2022-04-05 17:34:05 -04:00

15 lines
102 B
Plaintext

.env
venv/
*.pyc
__pycache__/
instance/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/