maro/.gitignore

26 строки
203 B
Plaintext

*.pyc
*.so
*.pyd
*.log
*.csv
*.c
*.cpp
*.DS_Store
.pytest_cache/
.idea/
.vscode/
.vs/
build/
log/
dist/
*.egg-info/
tools/schedule
docs/_build
test/
data/
.eggs/
maro_venv/
pyvenv.cfg
htmlcov/
.coverage