Files
image-drop/.gitignore
MEGASOL\simon.adams b714134f2e added upload indication
2025-08-27 21:18:43 +02:00

27 lines
277 B
Plaintext

*.env
agent.md
# 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