crunk-scheduler/.gitignore

12 lines
93 B
Plaintext
Raw Normal View History

2023-07-19 19:46:49 +02:00
/.venv/
/__pycache__/
*.pyc
*.egg-info/
.eggs/
2023-07-18 19:31:58 +02:00
build/
dist/
2023-07-19 19:46:49 +02:00
pip-wheel-metadata/
2023-07-18 19:31:58 +02:00
2023-07-19 19:46:49 +02:00
test/*
*.db