.gitignore 150 B

123456789101112
  1. python_env/
  2. __pycache__
  3. pyopenadr.egg-info
  4. docs/_build/
  5. build/
  6. openleadr.egg-info/
  7. htmlcov/
  8. examples/
  9. dist/
  10. .pytest_cache/
  11. .ipynb_checkpoints/
  12. static/