Skip to content

Commit 723f529

Browse files
Remove files that should be ignored and update .gitignore
1 parent 1a28452 commit 723f529

File tree

54 files changed

+25
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+25
-89
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Python compiled files and caches
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Packaging metadata and egg-info directories
7+
*.egg-info/
8+
custom_forwards.egg-info/
9+
DeepQuant.egg-info/
10+
11+
# Distribution/build directories
12+
build/
13+
dist/
14+
*.egg
15+
16+
# Log files and temporary files
17+
*.log
18+
*.tmp
19+
20+
# Other temporary or system files (e.g., editor or OS files)
21+
.DS_Store
22+
.idea/
23+
.vscode/

README.md

Lines changed: 2 additions & 2 deletions
-1.58 KB
Binary file not shown.
-1.58 KB
Binary file not shown.

custom_forwards.egg-info/PKG-INFO

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

custom_forwards.egg-info/SOURCES.txt

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

custom_forwards.egg-info/dependency_links.txt

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

custom_forwards.egg-info/requires.txt

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

custom_forwards.egg-info/top_level.txt

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

src/DeepQuant.egg-info/PKG-INFO

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

0 commit comments

Comments
 (0)