Files
marriage/.gitignore
Andrey K. Choi 7ecc556c77
Some checks failed
continuous-integration/drone/push Build is failing
API fully functional
Api docs (SWAGGER, REDOC) available
2025-08-09 23:36:52 +09:00

30 lines
275 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
.venv/
venv/
.env
.env.*
.pytest_cache/
.mypy_cache/
coverage.xml
htmlcov/
dist/
build/
# IDE / OS
.DS_Store
.idea/
.vscode/
# Docker
**/.python_packages/
**/.pytest_cache/
**/.ruff_cache/
.history/
#scripts
scripts/