-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
95 lines (76 loc) · 1.35 KB
/
.gitignore
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
# Ignore node_modules directory
node_modules/
# Ignore build directories
dist/
build/
# Ignore temporary files
*.tmp
*.swp
*.swo
# Ignore local configuration
.env
.env.local
# Ignore log files
*.log
# Ignore IDE and editor files
.vscode/
.idea/
*.pyc
*.pyo
__pycache__/
*.bak
*.class
# Ignore virtual environment directories
venv/
env/
.venv/
ENV/
.virtualenv/
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore operating system generated files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Ignore PyCharm specific files
.pydevproject
.project
.settings/
*.iml
# Ignore Visual Studio Code specific files
*.code-workspace
# Ignore Selenium related files
# Ignore geckodriver, chromedriver, etc.
geckodriver.log
chromedriver.log
msedgedriver.log
webdriver.log
# Ignore browser profiles (if you are using them)
browser_profiles/
# Ignore large data files or datasets
data/
datasets/
# Ignore screenshots or video recordings
screenshots/
videos/
# Ignore test reports
reports/
test-reports/
# Ignore other temporary or cache files
.cache/
*.lock
*.sqlite3
*.db
*.db-journal
*.sqlite-journal
# Ignore Docker related files
.dockerignore
Dockerfile
docker-compose.yml
docker-compose.override.yml
#Ignore Process html files
parse_file/left_iframe_content.html
parse_file/right_iframe_content.html
#Ignore Chrome package
google-chrome-stable_current_amd64.deb