Skip to content

Commit 345a3c6

Browse files
committed
Add .gitignore for Python agent and remove cached files
1 parent cbe01bd commit 345a3c6

12 files changed

Lines changed: 48 additions & 0 deletions

python-agent/.gitignore

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Python cache files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# Test databases
7+
*.db
8+
9+
# Virtual environments
10+
venv/
11+
env/
12+
.env
13+
14+
# IDE files
15+
.vscode/
16+
.idea/
17+
*.swp
18+
*.swo
19+
20+
# Logs
21+
*.log
22+
23+
# Distribution / packaging
24+
.Python
25+
build/
26+
develop-eggs/
27+
dist/
28+
downloads/
29+
eggs/
30+
.eggs/
31+
lib/
32+
lib64/
33+
parts/
34+
sdist/
35+
var/
36+
wheels/
37+
*.egg-info/
38+
.installed.cfg
39+
*.egg
40+
MANIFEST
41+
42+
# PyInstaller
43+
*.manifest
44+
*.spec
45+
46+
# Installer logs
47+
pip-log.txt
48+
pip-delete-this-directory.txt
-164 Bytes
Binary file not shown.
-3.56 KB
Binary file not shown.
-174 Bytes
Binary file not shown.
Binary file not shown.
-166 Bytes
Binary file not shown.
Binary file not shown.
-6.71 KB
Binary file not shown.
-4.89 KB
Binary file not shown.
-7.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)