almaze-api/.gitignore

13 lines
123 B
Plaintext
Raw Permalink Normal View History

2025-02-11 23:14:01 +05:30
.env
__pycache__/
*.pyc
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.venv/
venv/
.idea/
.vscode/