MIS_API / .gitignore
UdasriHasindu
core: add prediction function for drawings
a9e276d
Raw
History Blame Contribute Delete
333 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.env
env/
venv/
env3.*/
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Testing / coverage
test/
htmlcov/
.coverage
.coverage.*
coverage/
.pytest_cache/
# Type checking
.mypy_cache/
# IDE specific files
.idea/
.vscode/
*.swp
*~
# OS generated files
.DS_Store
Thumbs.db