# Python related
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
*.pyd

# VSCode specific
.vscode/
*.code-workspace

# Environment/Package Management
.env
.venv/
env/
venv/
ENV/
pip-log.txt
pip-delete-this-directory.txt
*.lock

# Jupyter Notebooks
.ipynb_checkpoints

# Virtualenv
.virtualenv/
.Python
pyvenv.cfg

# PyInstaller
#  Usually these files are written by a python script from a template
*.manifest
*.spec

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Pyre type checker
.pyre/

# Pyright static type checker
.pyright/

# mypy type checker
.mypy_cache/

# Mac specific
.DS_Store

# Windows specific
Thumbs.db

# Wandb files and artifacts
wandb/
*.wandb
TrainerCheckpoints/
*.pyc


Figures/
# TensorBoard logs
logs/

# Models and datasets (if applicable)
models/
*.h5
*.ckpt
*.pth
*.onnx

# Dataset files (common datasets in ML)
data/
*.csv
*.tsv
*.json
*.zip
*.tar.gz

# Temporary files
*.tmp
*.temp
*.bak
*.swp
*.swo

# Backup files
*.bak
*.orig

# Other Python specific
*.pyo
*.pyd
*.pdb
*.dll
*.prof
*.profraw

# pytest cache
.pytest_cache/

# Coverage reports
htmlcov/
.coverage
.coverage.*

# PyCharm specific
.idea/
*.sh

#personal files
config_sweep.yaml
*.sh
start_sweeps_sano.sh