Files
mostovik-backend/.gitignore
Aleksandr Meshchriakov a369642459 feat(parsers): add SOAP API support for zakupki.gov.ru
- Add post() method to BaseHTTPClient for SOAP requests
- Update download_file() to support custom headers (for token)
- Add ZAKUPKI_TOKEN and PARSER_PROXIES settings
- Improve SOAP error parsing to show EIS error messages
- Update E2E tests to use token from settings
- Add data/ and .zed/ to gitignore
2026-01-28 13:13:10 +01:00

44 lines
327 B
Plaintext

*.pyc
*.pyo
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
dist/
build/
*.log
.env
.venv
venv/
uv.lock
.env.local
.env.*.local
# Django
*.sqlite3
media/
staticfiles/
logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.dockerignore
# Backup files
*.bak
*.backupdata/
data/
.zed/