2016-12-11 06:56:50 +00:00
|
|
|
# General stuff to ignore.
|
2016-12-10 23:40:43 +00:00
|
|
|
*.pyc
|
|
|
|
/dist/
|
|
|
|
/*.egg-info/
|
|
|
|
/build/
|
2017-03-04 08:23:42 +00:00
|
|
|
__pycache__/
|
2017-06-10 19:16:51 +00:00
|
|
|
.eggs
|
2016-12-11 06:56:50 +00:00
|
|
|
|
|
|
|
# For easy updating of stuff.
|
|
|
|
update_pypi_and_github.py
|
2017-01-01 00:50:31 +00:00
|
|
|
|
|
|
|
# Currently in progress
|
|
|
|
/flexx-app/
|
2017-01-16 21:09:24 +00:00
|
|
|
/.idea/
|
2017-01-24 05:38:27 +00:00
|
|
|
*test.py
|
2017-03-05 22:31:17 +00:00
|
|
|
|
|
|
|
# Temporarily downloaded files
|
|
|
|
*.mp3
|
2017-03-09 05:12:37 +00:00
|
|
|
*.zip
|
|
|
|
|
2017-03-14 05:48:37 +00:00
|
|
|
# Coverage files
|
|
|
|
.coverage
|
2017-03-09 05:35:06 +00:00
|
|
|
|
|
|
|
# Temporarily built binaries
|
2017-06-10 19:16:51 +00:00
|
|
|
ffmpeg binaries/
|