FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-script-template/.gitignore at main · code4mk/python-script-template · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code4mk
/
python-script-template
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-script-template
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (32 loc) · 355 Bytes
Breadcrumbs
python-script-template
/
.gitignore
Copy path
File metadata and controls
38 lines (32 loc) · 355 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
#
Virtual environments
.venv
/
venv
/
env
/
#
Env files
.env
*
!
.env.example
#
Python
__pycache__
/
*
.py
[
cod
]
*
$py.class
*
.egg-info
/
*
.egg
dist
/
build
/
#
IDE
.vscode
/
.idea
/
*
.swp
*
.swo
*
~
#
OS
.DS_Store
Thumbs.db
#
Data (keep directory structure, ignore contents)
data
/
input
/
*
data
/
output
/
*
!
data
/
input
/
.gitkeep
!
data
/
output
/
.gitkeep
#
Logs
*
.log
logs
/
Back
|
FazBrowse Home
|
New Git URL