# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/

# Virtual environments
.venv/
venv/
env/

# Config with secrets
config.json

# OS
.DS_Store

# Editor / IDE
.idea/
.vscode/
