# Python-generated files
*__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments and hidden dirs
.venv
.ruff_cache

# keys and such
.env

# ignore the data dir
data