Files
marriage/.gitignore
Andrey K. Choi b595bcc9bc
Some checks failed
continuous-integration/drone/push Build is failing
api endpoints fix and inclusion
2025-08-10 15:39:48 +09:00

30 lines
276 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/a
.vscode/
# Docker
**/.python_packages/
**/.pytest_cache/
**/.ruff_cache/
.history/
#scripts
scripts/