# Ignore everything except what's needed for the API build
.git/
.gitignore
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.venv/
venv/
*.egg-info/
.env
.env.local
