# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.spec

# --- Virtual environment ---
.venv/
venv/

# --- IDE / editors ---
.vscode/
.idea/
*.swp
*.swo
*~

# --- OS ---
.DS_Store
Thumbs.db

# --- Project specific ---
config/config.yaml
