Files
grm/.gitignore
T
Emil Simeonov d8c31238bd
CI / lint (push) Has been cancelled
CI / unit-tests (push) Has been cancelled
CI / molecule-tests (push) Has been cancelled
Post-merge Vikunja update / vikunja (push) Has been cancelled
GRM-24: docs: document bandit in README, CONTRIBUTING and .gitignore
2026-06-19 21:13:58 +02:00

38 lines
304 B
Plaintext

# Environment
.env
.venv/
venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Ansible
*.retry
.molecule/
# Coverage
.coverage
htmlcov/
# Security scanner
.bandit
bandit-report.*
# Misc
*.log
.DS_Store
activate.sh
activate.fish
activate.zsh