queue_sqlite/.gitignore
2025-10-11 14:20:39 +08:00

30 lines
246 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
# log
log/