Skip to content

Commit ae03764

Browse files
Copilotjaraco
andauthored
Add .gitignore and remove tracked __pycache__ and egg-info files
Agent-Logs-Url: https://github.com/jaraco/cssutils/sessions/ad467d75-777f-4968-9e2b-938f7219ee60 Co-authored-by: jaraco <308610+jaraco@users.noreply.github.com>
1 parent 7d63f16 commit ae03764

115 files changed

Lines changed: 23 additions & 492 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*~
2+
.DS_Store
3+
.cache
4+
.eggs
5+
__pycache__
6+
build
7+
dist
8+
*.egg-info
9+
.tox
10+
.xprocess
11+
*.orig
12+
*.pyc
13+
node_modules
14+
.mypy_cache
15+
.pytest_cache
16+
.env
17+
.coverage
18+
pip-wheel-metadata
19+
.coverage.*
20+
.idea
21+
coverage.xml
22+
*.sublime-*
23+
.venv
-2.97 KB
Binary file not shown.

cssutils.egg-info/PKG-INFO

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

0 commit comments

Comments
 (0)