You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
434 B

# Environment
.env
.venv/
env/
venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints
# Results and data
results/*
!results/*/.gitkeep
!results/*/README.md
*.parquet
*.pkl
*.h5
*.feather
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db