### PyCharm ###
# User-specific stuff
.idea/

### VSCode ###
# User-specific stuff
.vscode/

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Jupyter Notebook
.ipynb_checkpoints
# exclude playground notebook or scripts for testing
playground*.ipynb
playground*.py

# Exclude Experiment logs for now
log/
!log/README.md

# Exclude .env.local
.env.local

# Cluster TUB files
ex.*
tsad.*