Skip to content

Commit

Permalink
Remove generated files and add gitignore (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jun 29, 2022
1 parent 4e4317c commit f3d9a39
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 857 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dev.env
.dev_opts.json
.idea
*.code-workspace
*.pyc
*.swp
*~
*.egg-info/
build
dist
.coverage
/htmlcov
.installed
.mypy_cache
.vscode
.theia
.venv/

# Created by unit tests
.pytest_cache/
6 changes: 0 additions & 6 deletions build/lib/ovos_config/__init__.py

This file was deleted.

Loading

0 comments on commit f3d9a39

Please sign in to comment.