.gitignore 182 B

1234567891011121314151617
  1. .*
  2. *.pyc
  3. *.pickle
  4. __pycache__
  5. hybrid_server/server.py
  6. perf_data.txt
  7. doc/al_rules/*.pdf
  8. doc/al_rules/*.eps
  9. *.aux
  10. *.log
  11. *.dot
  12. .cache
  13. *.swp
  14. *.swo
  15. .tmp_*
  16. services/DEVS_batch/models/*.py