Files
planka-cli/.gitignore
T
2026-01-27 09:13:54 +01:00

33 lines
302 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
*.spec