Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 5, 2023
1 parent b611aa3 commit cd4fe0e
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 258 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/
103 changes: 0 additions & 103 deletions build/lib/tunein/__init__.py

This file was deleted.

54 changes: 0 additions & 54 deletions build/lib/tunein/parse.py

This file was deleted.

6 changes: 0 additions & 6 deletions build/lib/tunein/version.py

This file was deleted.

67 changes: 0 additions & 67 deletions build/lib/tunein/xml_helper.py

This file was deleted.

Binary file removed dist/tunein-0.0.2-py3-none-any.whl
Binary file not shown.
11 changes: 0 additions & 11 deletions tunein.egg-info/PKG-INFO

This file was deleted.

14 changes: 0 additions & 14 deletions tunein.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion tunein.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion tunein.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion tunein.egg-info/top_level.txt

This file was deleted.

0 comments on commit cd4fe0e

Please sign in to comment.