irs/.gitignore
2017-03-04 00:23:42 -08:00

15 lines
185 B
Plaintext

# General stuff to ignore.
*.pyc
/dist/
/*.egg-info/
/build/
__pycache__/
# For easy updating of stuff.
update_pypi_and_github.py
# Currently in progress
/flexx-app/
/.idea/
*test.py