Skip to content

Commit

Permalink
doc: add .gitignore (#349)
Browse files Browse the repository at this point in the history
When generating documentation, I import comps/version.py that causes a
__pycache__ directory to be created in my locally cloned GenAIComps
repo.  This pollutes my local repo as reported by git status.  By adding
a .gitignore for __pycache__ directories, they're properly ignored by
git.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
  • Loading branch information
dbkinder authored Jul 28, 2024
1 parent f37ed79 commit d39fee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__

0 comments on commit d39fee9

Please sign in to comment.