notcurses/.gitignore
Nick Black 16dfe05a93
Build and install Python wrappers #294 (#298)
* cmake: build python extension
* Python: remove obsolete clear_screen_start
* Debian: python3-cffi, not python-cffi
* Debian: add dep on python3-setuptools
* Python: build extension module from CMake #294
* Python: install python wrappers #294
* drone: disable focal for now
2020-01-27 23:10:47 -05:00

10 lines
143 B
Plaintext

obj-x86_64-linux-gnu
python/.eggs/
python/build/
python/dist/
python/src/notcurses.egg-info/
python/src/_notcurses.so
rust/*/target
*.pyc
*.so