Files
cve_monitor/.dockerignore
Mateusz Gruszczyński bc1b4279de first commit
2026-02-13 12:42:53 +01:00

21 lines
156 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.git/
.gitignore
README.md
.env
*.db
*.db-journal
*.db-wal
*.log
.vscode/
.idea/