queue_sqlite/.gitignore
2026-01-06 13:55:00 +08:00

30 lines
254 B
Plaintext

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