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

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Databases (runtime artifacts — never commit these)
*.db
*.db-shm
*.db-wal

# Forensic packages and evidence (user-generated)
evidence*.json
forensic*.json
honeypot_reports/

# Config with secrets
honeypot_config.yaml

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Distribution
*.tar.gz
*.whl

# Logs
*.log
honeypot_audit.db
honeypot_example.db
