rural-dict/.gitignore

26 lines
203 B
Text
Raw Permalink Normal View History

2024-10-05 21:01:11 +00:00
# Project
.idea/
.vscode/
.venv/
.tests/
.env
venv/
# Cache
__pycache__/
*.py[cod]
.cache/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.coverage/
# Build
env/
build/
_build/
dist/
site/
*.egg-info/
*.egg