# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
env/
venv/
.env

# IDEs and Tools
.vscode/
.idea/
.DS_Store
*.nbconvert.ipynb
.ruff_cache

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Documentation artifacts
site/

# Ignore my local notes file
todo.txt
todo/
notes/
