# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Local Python virtual environments
.venv/
.venv*/
venv/
env/
.codex_tmp*/

# C extensions
*.so
#data/*
#models/*
myenv/* 

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# DotEnv configuration
.env

# Database
*.db
*.rdb

# Pycharm
.idea

# VS Code
.vscode/

# Spyder
.spyproject/

# Jupyter NB Checkpoints
.ipynb_checkpoints/

# exclude data from source control by default
# data/
# !data/change_images/
# phytoplankton_species_classifier/
# phytoplankton_species_classifier.egg-info/
# Mac OS-specific storage files
.DS_Store

# Editor temporary/working/backup files #
#########################################
.#*
[#]*#
*~
*$
*.bak
*.diff
.idea/
*.iml
*.ipr
*.iws
*.org
.project
pmip
*.rej
.settings/
.*.sw[nop]
.sw[nop]
*.tmp
*.vim
tags
cscope.out
# gnu global
GPATH
GRTAGS
GSYMS
GTAGS

# Compiled source #
###################
*.a
*.com
*.class
*.dll
*.exe
*.o
*.py[ocd]
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.bz2
*.bzip2
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.tbz2
*.tgz
*.zip
*.pkl
*.npz

# Things specific to this project 
###################################
planktonclas/webpage/templates/labels.html

my_project/*
my_project

planktonclas/run_file.ipynb
.Trash-0

models/*
!models/.gitkeep
!models/phytoplankton_vliz/*
!models/Phytoplankton_EfficientNetV2B0/*

notebooks\3.2-Saliency_maps.ipynb
flowcam_2021_TEMP.csv
compute.ipynb
notebooks/1.1-Image_transormation_not_finished.ipynb
notebooks/3.2-Saliency_maps
notebooks/test.ipynb
notebooks/test copy.ipynb
notebooks/3.1-Prediction_statistics_old.ipynb
notebooks/3.2-Saliency_maps copy.ipynb
notebooks/test copy 2.ipynb
planktonclas/train_iter.py
planktonclas/testing.ipynb

data/images/*
