# Virtual environments
.venv/
venv/
ENV/
.env

# Python cache
__pycache__/
*.py[cod]
.pytest_cache/

# Build artifacts
dist/
build/
*.egg-info/

# OS files
.DS_Store
Thumbs.db

# api file
*.key

PKG-INFO

scripts/

*.txt