mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +00:00
15 lines
185 B
Plaintext
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
|