hesabixArc/hesabixAPI/.gitignore
2025-09-15 13:53:54 +03:30

23 lines
173 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.sqlite3
# Env
.env
.venv/
venv/
# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
# IDE
.idea/
.vscode/