veretube_bot_lib/.gitignore
2026-05-05 01:17:24 +02:00

26 lines
355 B
Text

# build output — generated by `python -m build`, uploaded via twine, not committed
dist/
build/
# packaging metadata — generated automatically, not edited by hand
*.egg-info/
# virtual environments
.venv/
venv/
env/
# Python cache
__pycache__/
*.pyc
*.pyo
# test / coverage output
.pytest_cache/
.coverage
htmlcov/
# editor
.vscode/
.idea/
*.swp