__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
build/
dist/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
.env
*.swp
*.swo
.DS_Store
Thumbs.db
.idea/
.vscode/
examples/*_obf.py
examples/*_test_*.py
