Files
timmy-config/.gitignore
Timmy Time 05e9c1bf51
Some checks failed
Architecture Lint / Linter Tests (push) Successful in 9s
Architecture Lint / Lint Repository (push) Failing after 9s
security: .gitignore secret cleanup
2026-04-10 23:38:39 +00:00

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