__pycache__/
*.py[cod]
*$py.class

# Distributions
build/
dist/
*.egg-info/
*.egg
.eggs/
*.whl

# Virtual environments
venv/
.venv/
env/
.env/
vocafuse_env/

# macOS artifacts
.DS_Store

# Logs and temp files
*.log

# Local testing scripts with credentials
test.py

