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

# Virtualenv
.venv/
venv/

# Node (website)
huda_website/node_modules/
huda_website/.vite/
huda_website/dist/

# Secrets
.pypirc
*.env
.env.*
