Files
marriage/.gitignore
Andrey K. Choi 32f7b5276f
Some checks failed
continuous-integration/drone/push Build is failing
.history removed
2025-08-08 22:00:10 +09:00

27 lines
256 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/