mirror of
https://github.com/GH05TCREW/MetasploitMCP.git
synced 2026-07-01 15:17:13 -04:00
38 lines
378 B
Plaintext
38 lines
378 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv/
|
|
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local configuration
|
|
.env
|
|
config.local.ini
|
|
|
|
# Windows specific
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Python testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/ |