Skip to content

Commit 2f2057a

Browse files
committed
Improve .gitignore
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 5fa61cc commit 2f2057a

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.gitignore

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
.env
22
cache/
33
spool/
4-
state/
4+
state/
5+
config/logspec_worker.yaml
6+
7+
# Rust
8+
/target/
9+
**/*.rs.bk
10+
Cargo.lock
11+
12+
# Python
13+
__pycache__/
14+
*.py[cod]
15+
*.pyo
16+
*.pyd
17+
*.pyc
18+
*.pyo
19+
*.pyd
20+
.Python
21+
env/
22+
venv/
23+
build/
24+
dist/
25+
.eggs/
26+
*.egg-info/
27+
*.egg
28+
pip-log.txt
29+
pip-delete-this-directory.txt

0 commit comments

Comments
 (0)