blob: a2a0119135e9a17c08e86793f851c747a26f7b53 (
plain) (
blame)
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
|
WARP.md
.warp.md
result
# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
.eggs/
dist/
build/
eggs/
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
.env
# Testing and coverage
.pytest_cache/
.coverage
.cache/
.tox/
htmlcov/
# Type checking and linting
.mypy_cache/
.pytype/
.flake8
.ruff_cache/
# IDE and editor directories
.idea/
.vscode/
*.swp
*.swo
Copy-Logs
|