Files
image-drop/.gitignore
MEGASOL\simon.adams d1852e9cd9 add manag link menue
2025-10-03 16:58:26 +02:00

35 lines
377 B
Plaintext

.env
*.env
agent.md
docker-compose.yml
# Python cache and build artifacts
__pycache__/
app/__pycache__/*
*.py[cod]
*.pyo
*.so
.mypy_cache/
.pytest_cache/
*.egg-info/
.eggs/
build/
dist/
# Virtual envs and IDE
.venv/
.idea/
.vscode/
.DS_Store
# Local data/dbs (do not commit local state)
data/
/data/
data/*.db
data/*.sqlite
data/*.sqlite3
data/chunks/
state.db
# Logs
*.log