37 lines
412 B
Plaintext
37 lines
412 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
__pycache__/
|
|
|
|
# Generated audit reports
|
|
reports/
|
|
|
|
# Secrets and credentials
|
|
.bash_history
|
|
.git-credentials
|
|
.gitea_token
|
|
.ssh/id_*
|
|
.ssh/known_hosts
|
|
.viminfo
|
|
.wget-hsts
|
|
.profile
|
|
.bashrc
|
|
.bash_logout
|
|
.python_history
|
|
.lesshst
|
|
.selected_editor
|
|
.sudo_as_admin_successful
|
|
.config/telegram/
|
|
.hermes/.env
|
|
.hermes/auth.json
|
|
*.pem
|
|
*.key
|
|
.env
|
|
.env.*
|
|
!.env.example
|