Files
marriage/.gitignore

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