Files
oai-web/.gitignore
T

29 lines
286 B
Plaintext
Raw Normal View History

2026-04-09 13:39:28 +02:00
# Environment — contains secrets, never commit
.env
# Virtual environment
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Database and data — encrypted but still private
data/
# IDE
.vscode/
.idea/
# macOS
.DS_Store
howt*.md
scripts/
plans/
mcp-servers