mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-08 18:38:33 +00:00
26 lines
310 B
Plaintext
26 lines
310 B
Plaintext
# General stuff to ignore.
|
|
*.pyc
|
|
/dist/
|
|
/*.egg-info/
|
|
/build/
|
|
__pycache__/
|
|
.eggs
|
|
|
|
# For easy updating of stuff.
|
|
update_pypi_and_github.py
|
|
|
|
# Currently in progress
|
|
/flexx-app/
|
|
/.idea/
|
|
*test.py
|
|
|
|
# Temporarily downloaded files
|
|
*.mp3
|
|
*.zip
|
|
|
|
# Coverage files
|
|
.coverage
|
|
|
|
# Temporarily built binaries
|
|
ffmpeg binaries/
|