Files
2021-07-15 19:16:00 +02:00

20 lines
294 B
Plaintext

# Files recommanded by JetBrain
**/.idea/workspace.xml
**/.idea/tasks.xml
/.idea/
# Pycache folders generated for speeding up execution
__pycache__/
# Pytest folders generated when testing
/.pytest_cache/
# Distribution & Packaging
*.egg-info/
# Data related
/databases/
/datasets/
*runs/