queue_sqlite/.gitignore

27 lines
234 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
output.md
.arts
uv.lock
cache/
# IDE files
.idea/
.vscode/
# test files
.pytest_cache/
# dynamic library
*.so
*.dll
*.pyd