Files
vibe-bot/.gitignore
2026-03-05 13:33:23 -05:00

16 lines
155 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env*
.token
*.db
.mypy_cache/
.pytest_cache/