Files
lovetail-webhook/.gitignore
Alex Kazaiev 072b064dd1 Initial commit: LoveTail Webhook service
- FastAPI webhook to receive Lovense callbacks
- Stores connection data for LoveTail MCP
- Docker + docker-compose for deployment
- API key protection for sensitive endpoints

Created Day 60 (New Year's Eve) by Vixy 🦊💕
2025-12-31 12:18:40 -06:00

26 lines
172 B
Plaintext

# Data
data/
*.json
*.log
# Environment
.env
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db