Skip to content

Commit 4014a9d

Browse files
Copilotnomeguy
andcommitted
Update .gitignore to exclude Python build artifacts
Co-authored-by: nomeguy <85475922+nomeguy@users.noreply.github.com>
1 parent e9e37fe commit 4014a9d

File tree

6 files changed

+7
-115
lines changed

6 files changed

+7
-115
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ venv
44

55
__pycache__
66
outputs
7+
8+
# Python build artifacts
9+
*.egg-info/
10+
dist/
11+
build/
12+
*.pyc
13+
*.pyo

casbin_databases_adapter.egg-info/PKG-INFO

Lines changed: 0 additions & 98 deletions
This file was deleted.

casbin_databases_adapter.egg-info/SOURCES.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

casbin_databases_adapter.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

casbin_databases_adapter.egg-info/requires.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

casbin_databases_adapter.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)