Files
scud_ai/.gitignore
T

30 lines
377 B
Plaintext

# Python & Bytecode
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
# Environment & Secret keys
.env
*.pem
# IDEs
.vscode/
.idea/
*.swp
# Logs & Temp
logs/
*.log
output/
*.tmp
~$*.xlsx
# Данные и базы данных (при необходимости исключения)
data/scud/*
data/1c/*
!data/scud/.gitkeep
!data/1c/.gitkeep
!data/static_reason_workers.csv