# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST
.eggs/
wheels/
sdist/

# Virtual environments
.venv/
venv/
env/
ENV/
.env

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

# Testing
.tox/
.nox/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
nosetests.xml
junit*.xml

# Type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.spyderproject.proj
.spyproject
.ropeproject

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Compiled C extensions
*.c
*.h.gch

# Profiling
*.prof

# Documentation builds
docs/_build/
site/src/ERICCA/__version__.py
