-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (51 loc) · 706 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (51 loc) · 706 Bytes
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
# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
.venv/
venv/
ENV/
env/
# Environment Variables (Keep secrets safe!)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Exception: Always commit example config
!.env.example
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
docs/
# Project Specific
# Ignore temporary test images generated by scripts
test_*.jpg
test_*.png
*.log
# Gemini CLI temporary files
.gemini-clipboard/
.gemini/
# Note: Docs should be committed! Do not ignore docs/