irs/.gitignore

21 lines
270 B
Plaintext
Raw Normal View History

# General stuff to ignore.
2016-12-10 23:40:43 +00:00
*.pyc
/dist/
/*.egg-info/
/build/
__pycache__/
# For easy updating of stuff.
update_pypi_and_github.py
2017-01-01 00:50:31 +00:00
# Currently in progress
/flexx-app/
/.idea/
*test.py
# Temporarily downloaded files
*.mp3
2017-03-09 05:12:37 +00:00
*.zip
# I hate ffmpeg on Travis CI
.travis.yml