Files
image-drop/.gitignore
MEGASOL\simon.adams df4d33a7d4 .
2025-09-17 18:25:12 +02:00

27 lines
295 B
Plaintext

*.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
data/*.db
data/*.sqlite
data/*.sqlite3