irs/.gitignore

14 lines
170 B
Plaintext

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