-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
99 lines (89 loc) · 1.12 KB
/
Copy path.gitignore
File metadata and controls
99 lines (89 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Python bytecode / cache
__pycache__/
*.py[cod]
*$py.class
# Native extensions
*.so
# Packaging / build artifacts
.Python
build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
.cache/
coverage.xml
nosetests.xml
*.cover
*.py,cover
cover/
# Static analysis / lint caches
.mypy_cache/
.pyre/
.ruff_cache/
.dmypy.json
dmypy.json
# Notebook checkpoints
.ipynb_checkpoints/
# Local environment / secrets
.env
.env.*
!.env.example
.python-version
# Logs and runtime artifacts
*.log
*.pid
mcp_server.log
.runtime/
.quality_gate_logs/
# OS / editor files
.DS_Store
Thumbs.db
Desktop.ini
.vscode/
.idea/
# Project-specific artifacts
test_output/
tests_output/
REFERENCE_ONLY/
debug_*.html
debug_*.png
proxy_account_config.json
socks5_proxies.json
cache/
sessions/
scripts/out/
scripts/*.log
scripts/results*.txt
host_profiles.json
config.json
settings.cfg
settings.local.cfg
*.local.cfg