Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Commit a869a3e

Browse files
chore: restore .gitignore for tombstone
Signed-off-by: PythonWoods-Dev <gianluca.catalano@gmail.com>
1 parent 61261c0 commit a869a3e

2 files changed

Lines changed: 33 additions & 7 deletions

File tree

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Environments
2+
.env
3+
.venv
4+
env/
5+
venv/
6+
ENV/
7+
env.bak/
8+
venv.bak/
9+
10+
# Byte-compiled / optimized / DLL files
11+
__pycache__/
12+
*.py[cod]
13+
*$py.class
14+
15+
# MkDocs
16+
site/
17+
18+
# IDEs
19+
.idea/
20+
.vscode/
21+
*.swp
22+
*.swo
23+
24+
# OS files
25+
.DS_Store
26+
Thumbs.db
27+
28+
# Tool Caches
29+
.cache/
30+
.claude/
31+
.mypy_cache/
32+
.pytest_cache/
33+
.ruff_cache/

.readthedocs.yaml

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

0 commit comments

Comments
 (0)