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

# Data
*.csv

# Env
.env

# IDE
.vscode/
.idea/
