# Ignore Python cache and compiled files
__pycache__/
*.pyc
*.pyo
*.pyd

# Ignore results folder and its contents
results/

# Ignore virtual environments
.venv/
venv/
ENV/

# Ignore system files
.DS_Store

# Ignore other build artifacts
*.egg-info/

# Frontend
web/node_modules/
web/dist/
node_modules/

# Local model weights
models/

# Locally persisted GUI/CLI settings
.core/user_settings.json
