# Pycharm cruft
.idea/
.pytest_cache/

# Python cruft
__pycache__/

# Results
results/

# pytest coverage
.coverage
htmlcov/

# cProfile
*.cprof

# PyTorch Lightning logs
lightning_logs/

# vim files
*.swp
