38 lines
304 B
Plaintext
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
|