# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.mypy_cache/
.ruff_cache/

# venv
.venv

# others
.vscode/
.DS_Store
*.env

tmp/
output/
testing.py
test.py
*.log
