# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
venv/
.env/
statgazer_venv/

# Matplotlib cache
.matplotlib-cache/

# PyDeps
.pydeps/

# Logs
*.log

# Wheels
*.whl

# OS
.DS_Store

# Generated figures (optional)
*.gif
*.png

