# Python artifacts
*.pyc
.venv/

# Responder logs
*.db
*.txt
*.log

# Generated certificates and keys
certs/*.crt
certs/*.key

# IDE
.idea/
