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

# Python cache
__pycache__/
*.py[cod]

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

# OS files
.DS_Store
Thumbs.db

# test files
tests/

# api file
*.key

PKG-INFO
.*/

migrate_category_to_json.py
