32 lines
350 B
Plaintext
32 lines
350 B
Plaintext
# Python artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# Tooling caches
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Editors and OS files
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store
|
|
|
|
# PyInstaller (planka-cli.spec is committed for reproducible builds)
|