Files
iddaai-be/ai-engine/.dockerignore
fahricansecer 2f0b85a0c7
Deploy Iddaai Backend / build-and-deploy (push) Failing after 18s
first (part 2: other directories)
2026-04-16 15:11:25 +03:00

44 lines
382 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
# Virtual environment
venv/
.venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.*
# Test & Coverage
.pytest_cache/
htmlcov/
.coverage
*.cover
# Logs
*.log
# Training data (large CSVs)
data/training_data*.csv
# Reports (generated at runtime)
reports/