FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-mode/.dockerignore at develop · python-mode/python-mode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-mode
/
python-mode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
758
Star
5.5k
Code
Issues
38
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-mode
/
.dockerignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (36 loc) · 453 Bytes
Breadcrumbs
python-mode
/
.dockerignore
Copy path
File metadata and controls
44 lines (36 loc) · 453 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
Ignore cache directories
**
/
.ruff_cache
/
**
/
__pycache__
/
**
/
.pytest_cache
/
*
.pyc
*
.pyo
#
Ignore version control
.git
/
.gitignore
#
Ignore swap files
*
.swp
*
.swo
*
~
#
Ignore IDE files
.vscode
/
.idea
/
*
.sublime-
*
#
Ignore build artifacts
.tox
/
build
/
dist
/
*
.egg-info
/
#
Ignore temporary files
*
.tmp
*
.temp
/
tmp
/
#
Ignore logs
*
.log
logs
/
#
Ignore test outputs
test-results.json
*
.vader.out
#
Ignore environment files
.env
.env.
*
.python-version
Back
|
FazBrowse Home
|
New Git URL