You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 251 B

11 years ago
4 years ago
11 years ago
4 years ago
123456789101112131415161718192021222324
  1. # Tests
  2. tests/*testdb/
  3. .coverage
  4. db/
  5. # Compiled / cythonized files
  6. README.html
  7. docs/*.html
  8. build/
  9. *.pyc
  10. nilmdb/server/interval.c
  11. nilmdb/server/layout.c
  12. nilmdb/server/rbtree.c
  13. *.so
  14. # Setup junk
  15. dist/
  16. nilmdb.egg-info/
  17. venv/
  18. .eggs/
  19. # Misc
  20. timeit*out