Skip to content

Commit 736c064

Browse files
committed
Clean up repository: remove build files, old script, and organize examples
1 parent 2e85d32 commit 736c064

File tree

10 files changed

+43
-411
lines changed

10 files changed

+43
-411
lines changed

.gitignore

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
/.history
1+
/.history
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Distribution / packaging
7+
build/
8+
develop-eggs/
9+
dist/
10+
downloads/
11+
eggs/
12+
.eggs/
13+
lib/
14+
lib64/
15+
parts/
16+
sdist/
17+
var/
18+
wheels/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
23+
# PyInstaller
24+
*.manifest
25+
*.spec
26+
27+
# Environments
28+
.env
29+
.venv
30+
env/
31+
venv/
32+
ENV/
33+
34+
# IDE
35+
.vscode/
36+
.idea/
37+
38+
# OS
39+
.DS_Store
40+
Thumbs.db
41+
42+
# PyPI credentials
43+
.pypirc

cpulimiter.egg-info/PKG-INFO

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

cpulimiter.egg-info/SOURCES.txt

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

cpulimiter.egg-info/dependency_links.txt

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

cpulimiter.egg-info/requires.txt

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

cpulimiter.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
-6.3 KB
Binary file not shown.

dist/cpulimiter-1.0.0.tar.gz

-6.03 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)