solar/.gitignore
Dmitry Shulyak 47ca8c8fdf Add several examples and improvements to orchestration
- Added example.py converted to plan description
- Added error message
- Plan can be printed as dot/png graph
- Added TODO
2015-07-10 13:36:20 +03:00

24 lines
135 B
Plaintext

# python
*.egg-info
.venv
*.pyc
# vagrant
.vagrant
tmp/
#vim
*.swp
state/
clients.json
rs/
solar.log
x-venv/
celery*
*.dot
*.png