Files
encoach_backend_new_v2/.gitignore
devops 64f41fdb01 chore: add .gitignore and README
Infrastructure files for staging deployment pipeline.
The post-receive hook on the staging server will build and
deploy automatically when PRs are merged to main.

Made-with: Cursor
2026-03-30 19:41:16 +04:00

29 lines
231 B
Plaintext

# Environment files — never commit secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
env/
*.egg-info/
dist/
build/
# Poetry
poetry.lock
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Docker
*.tar