# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
env/
venv/
.venv/
wandb/
runs/
wandb.lock

outputs/

# Packaging
build/
dist/
*.egg-info/
src/ecgen/_version.py

# IDE
.vscode/
.idea/

# Secrets
.env
.env.*
!.env.example

# Misc
*.log

