# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Environment files
.env
.env.local

# Notebooks
notebooks/

# Git
.git/
.gitignore

# IDE
.vscode/
.idea/
*.swp
*.swo

# UV cache
.uv/
