# READ THIS BEFORE YOU REFACTOR ME
#
# setup.py uses the list of patterns in this file to decide
# what to delete, but it's not 100% sound. Be careful when
# refactoring this file!

# Caer
test.py
speeds.py
gitacp.bat
dashsymbols.py 
Samples/*
commit-at-large.py
docs/build/*
sunrise.jpg

# PyPi 
dist/*
caer.egg-info/*
pythonenv3.8/*
build/*
__pycache__/*
*.pyc
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
.installed.cfg
*.egg
MANIFEST


## General

*.bak
token
conda/
tmp/

tags
*~
~*
*.swp
.gitconfig

# 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

# Compiled Object files
*.slo
*.lo
*.o
*.o.d
*.cuo
*.obj

# Compiled source 
*.a
*.com
*.class
*.exe

# C extensions
*.so

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Compiled protocol buffers
*.pb.h
*.pb.cc
*_pb2.py

# Compiled python
*.pyc
*.pyd
*.pyo
# *.py[ocd]

# Compiled MATLAB
*.mex*

# IPython notebook checkpoints
.ipynb_checkpoints

# Editor temporaries
*.swn
*.swo
*.swp
*~

# Sublime Text settings
*.sublime-workspace
*.sublime-project

# Eclipse Project settings
*.*project
.settings

# QtCreator files
*.user

# PyCharm files
.idea/

# Django files:
*.log
local_settings.py
db.sqlite3

# Flask files:
instance/
.webassets-cache

# Scrapy files:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# pyenv
.python-version

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# OSX dir files
.DS_Store

# GDB history
.gdb_history

# Visual Studio Code files
.vscode
.vs

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

# gnu global
GPATH
GRTAGS
GSYMS
GTAGS
.cache
.mypy_cache/


# 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
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot
