2013-06-17 11:43:24 -07:00
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
dist
|
|
|
|
build
|
2020-06-03 22:49:52 -07:00
|
|
|
build32
|
|
|
|
build64
|
2013-06-17 11:43:24 -07:00
|
|
|
eggs
|
|
|
|
parts
|
|
|
|
bin
|
|
|
|
var
|
|
|
|
sdist
|
|
|
|
develop-eggs
|
|
|
|
.installed.cfg
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
|
|
|
nosetests.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
|
|
|
|
# Mr Developer
|
|
|
|
.mr.developer.cfg
|
|
|
|
.project
|
|
|
|
.pydevproject
|
2013-08-12 15:32:59 -07:00
|
|
|
|
2020-06-03 22:49:52 -07:00
|
|
|
# IntelliJ
|
2015-02-03 08:30:20 -08:00
|
|
|
.idea/
|
|
|
|
|
2013-08-12 15:32:59 -07:00
|
|
|
# Cpp files
|
|
|
|
capnp/*.cpp
|
|
|
|
|
|
|
|
capnp/version.py
|
|
|
|
MANIFEST
|
2013-08-18 21:49:12 -07:00
|
|
|
docs/_build
|
2019-07-13 16:45:12 +01:00
|
|
|
|
|
|
|
capnp/lib/capnp.cpp
|
|
|
|
capnp/lib/capnp.h
|
2023-10-11 20:28:24 +02:00
|
|
|
capnp/lib/capnp_api.h
|
2019-07-13 16:45:12 +01:00
|
|
|
bundled/
|
|
|
|
example
|
|
|
|
*.iml
|
2020-06-03 22:49:52 -07:00
|
|
|
|
|
|
|
# capnp files
|
|
|
|
*.capnp
|