Files
python_jms_clienter/.gitignore
2026-03-23 14:51:33 +08:00

32 lines
343 B
Plaintext

# Python bytecode/cache
__pycache__/
*.py[cod]
*$py.class
# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Test and tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
# Local debug logs
*.log
*.debug.log
# Local reference directories
backup/
doc/