This repository has been archived on 2026-04-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
n8n-helper/.dockerignore
T
2025-08-04 19:21:31 +03:00

19 lines
177 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.env
# Log files
*.log
*.gz
# Data logs directory
src/data/logs/*