# Pentest-MCP .gitignore

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Environment Variables
.env
.env.bak
.env.local
.env.*.local

# Results and Logs
results/
results/*.txt
results/*.json
results/*.log
results/.cache/
*.log

# Wordlists (too large for git)
wordlists/
!wordlists/.gitkeep

# Docker
.docker_build_cache.json
docker-compose.override.yml

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Documentation
docs/_build/

# Cache
cache/

# OS
Thumbs.db
.Spotlight-V100
.Trashes

# Temporary files
*.tmp
*.bak
*.swp
.DS_Store