# Python compiled files
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
*.dylib
*.dll

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Virtual environments
fcvopt_test/
.venv/
venv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db

# Project specific
test.py
*.pkl
*.pt
*.pth
*.csv
docs/build/*
examples/**runs/*

# MLflow
mlruns/
mlartifacts/
hpt_opt_runs/
opt_runs/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints/