# compiled python files
*.pyc

# egg info folder created by pip
*.egg-info

# compiled C code
*.o
*.so

# build folder
build

# iPython Notebook checkpoints
.ipynb_checkpoints

# weird MacOS files
.DS_store
._*

# images
*.png
*.jpg

# some directories and downloads you might have from the bitbucket side
bc03
iontbls
CoolingTables
snaps
wiki
QuickStart*

# development python env
venv

# archives
*.zip
*.tar*

# pycharm 
.idea

# vscode
settings.json

# venv
.venv/
# generated by setuptools-scm at build time
pygad/_version.py
