# OS files
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# Environment files
.env
.env.local

# pytest / ruff cache
.pytest_cache/
.ruff_cache/

# Notebooks (may contain credentials)
notebooks/
*.ipynb

# Copilot
.copilot/
