ophycare-ai / .gitignore
safihaider's picture
initial commit
997bbfc
raw
history blame contribute delete
No virus
184 Bytes
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
src/main/resources/application-local.properties
# Flask
venv
__pycache__