# Byte-compiled / optimized files
__pycache__/
*.py[co]
*.o
*.so

# Distribution / Packaging
*.egg
*.egg-info
*.eggs
MANIFEST
build
dist

# Unit test / coverage files
.tox/*
.cache/
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# cython annotated html files
src/openstep_plist/*.html
tests/*.html

# emacs backup files
*~

# OSX Finder
.DS_Store

# Generated c file(s) from Cython source
src/openstep_plist/*.c
tests/*.c

# autogenerated version file
src/openstep_plist/_version.py
