Skip to content

Commit 5466b5a

Browse files
committed
Updated .gitignore
1 parent 2832dbc commit 5466b5a

6 files changed

Lines changed: 51 additions & 8 deletions

File tree

.gitignore

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,57 @@
1-
venv/
1+
test/output/*
2+
3+
# IDEs
24
.idea/
5+
.vscode/
6+
7+
# Byte-compiled / optimized / DLL files
38
__pycache__/
9+
*.py[cod]
10+
*$py.class
11+
12+
# Environments
13+
.env
14+
.venv
15+
env/
16+
venv/
17+
ENV/
18+
env.bak/
19+
venv.bak/
20+
21+
# Distribution / packaging
22+
.Python
23+
build/
24+
develop-eggs/
25+
dist/
26+
downloads/
27+
eggs/
28+
.eggs/
29+
lib/
30+
lib64/
31+
parts/
32+
sdist/
33+
var/
34+
wheels/
35+
*.egg-info/
36+
.installed.cfg
37+
*.egg
38+
MANIFEST
39+
40+
# Installer logs
41+
pip-log.txt
42+
pip-delete-this-directory.txt
43+
44+
# Unit test / coverage reports
45+
htmlcov/
46+
.tox/
47+
.coverage
48+
.coverage.*
49+
.cache
50+
nosetests.xml
51+
coverage.xml
52+
*.cover
53+
.hypothesis/
454
.pytest_cache/
5-
*.pyc
655

7-
# Setuptools distribution folder.
8-
/dist/
956

10-
# Python egg metadata, regenerated from source files by setuptools.
11-
/*.egg-info
12-
/*.egg
1357

14-
test/output/*
File renamed without changes.

csskrt/scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)