# Byte-compiled / cached files
__pycache__/
*.pyc
*.pyo
*.pyd
*.cache
*.pytest_cache/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Virtual environment
.venv/
venv/
env/

# Build artifacts
build/
dist/
*.egg-info/

# Logs and temporary files
*.log
*.tmp

# IDE and editor-specific files
.vscode/
.idea/
*.swp
*.swo

# Brax-specific cache (if applicable)
brax_cache/

# Ignore environment and dependency files
.env
.DS_Store

/main_results/
/src/llm_utils/api_key.py

