# Environment
.vscode/
*venv/
.old/

# Python stuff
__pycache__/
*.egg-info/
*.mypy_cache/

# Build artifacts
dist/