-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove __pycache__ directories and add .gitignore
- Loading branch information
Dave Arnold
committed
Apr 17, 2025
1 parent
bcee1fa
commit f15cb3c
Showing
6 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Python | ||
| __pycache__/ | ||
| *.py[cod] | ||
| *$py.class | ||
|
|
||
| # Distribution / packaging | ||
| dist/ | ||
| build/ | ||
| *.egg-info/ | ||
|
|
||
| # Virtual Environment | ||
| venv/ | ||
| env/ | ||
| .env/ | ||
|
|
||
| # IDE | ||
| .idea/ | ||
| .vscode/ | ||
|
|
||
| # Unit test / coverage reports | ||
| htmlcov/ | ||
| .tox/ | ||
| .coverage | ||
| .coverage.* | ||
| coverage.xml | ||
| *.cover |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.05 KB
eks_automation/tests/__pycache__/conftest.cpython-39-pytest-8.1.1.pyc
Binary file not shown.
Binary file removed
BIN
-11.1 KB
eks_automation/tests/__pycache__/test_github_client.cpython-39-pytest-8.1.1.pyc
Binary file not shown.