# Environment files
.vscode
.venv

# Python temp files
__pycache__
*.pyc
*.egg-info
dist

# Data files
/data