Navegador

navegador / .gitignore
Blame History Raw 74 lines
1
# Byte-compiled / optimized / DLL files
2
__pycache__/
3
*.py[cod]
4
*$py.class
5
6
# C extensions
7
*.so
8
9
# Distribution / packaging
10
dist/
11
build/
12
*.egg-info/
13
14
# Unit test / coverage reports
15
htmlcov/
16
.tox/
17
.coverage
18
.coverage.*
19
.cache
20
.pytest_cache/
21
.mypy_cache/
22
coverage.xml
23
*.cover
24
25
# Virtual environments
26
.venv/
27
venv/
28
env/
29
ENV/
30
31
# IDE and editor files
32
.idea/
33
.vscode/
34
.cursor/
35
*.swp
36
*.swo
37
38
# AI tools
39
.claude/
40
.gemini/
41
.codex/
42
.aider/
43
.continue/
44
.copilot/
45
AGENTS.md
46
GEMINI.md
47
48
# API keys and secrets
49
.env
50
.env.*
51
!.env.example
52
*service_account*.json
53
*credentials*.json
54
55
# Log files
56
*.log
57
58
# OS specific
59
.DS_Store
60
Thumbs.db
61
62
# MkDocs build output
63
site/
64
65
# Navegador runtime
66
*.db
67
*.db-shm
68
*.db-wal
69
.navegador/
70
navegador-graph/
71
72
# Ruff cache
73
.ruff_cache/
74

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button