# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Senshi runtime
.senshi/
*.db
tests/vuln_app/test.db

# Logs and Debug
*.log
*.txt
scan_output.txt
cmd_out.txt
pentest.log

# Testing & Local Output
ignore_this/
*.json
!pyproject.toml
architecture.html
report.md

# Distribution
dist/
build/
*.egg-info/
*.tar.gz
*.whl
