# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Secrets / runtime config
*.secret
*.key
*.pem
.env
.env.*
*.env
config.yaml
!config.example.yaml

# Logs
*.log
logs/

# Coverage / test artifacts
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Private docs (internal only, jangan push ke public repo)
docs/private/

# Signing module (internal only, exclude dari open source)
autokeren/signing.py

# Test artifacts / generated workers
*.worker.js
*-worker.js
worker.js
worker.js.bak-*
toko-*/
scratch/

