# Python package metadata
*.egg-info/
__pycache__/
*.pyc
dist/
build/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
