# Virtual environments
.venv/
venv/
ENV/
.env
envA
envB
testMergedEnv
testBrokenEnv
mergedEnv

# Python cache
__pycache__/
*.py[cod]

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

# OS files
.DS_Store
Thumbs.db

# test files
tests/

# api file
*.key

