/
githubmirror
/
hackingtool
Обзор
Документация
Войти
/
githubmirror
/
hackingtool
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.dockerignore
30 строк
316 B
Hardik Zinzuvadiya
Restructure for v2.0.0 with new tools, features, and UI updates (#590)
15 мар 2026, 17:33
Не верифицирован
15 мар 2026, 17:33
01a51bb
Код
Авторство
О чём код?
# Version control .git/ .gitignore # GitHub / docs .github/ images/ *.md # Python cache __pycache__/ *.py[cod] *.pyo .mypy_cache/ .ruff_cache/ .pytest_cache/ # Tests tests/ test_*.py # Docker files themselves (don't recurse) Dockerfile docker-compose.yml .dockerignore # OS / editor noise .DS_Store *.swp *.swo