mirror of
https://github.com/thomashirtz/portfolio-management.git
synced 2022-03-03 23:56:42 +03:00
20 lines
294 B
Plaintext
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/
|