Files
planka-cli/.gitignore
T
2026-01-29 08:53:36 +01:00

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)