Files
encar/.gitignore
2026-04-07 23:51:41 +03:00

17 lines
133 B
Plaintext

__pycache__/
.pytest_cache/
.coverage
coverage.xml
.venv/
*.pyc
*.pyo
*.pyd
*.log
*.db
*.json
.env
.vscode/
*.egg-info/
dist/
build/