FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-escpos/.gitignore at master · python-escpos/python-escpos · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-escpos
/
python-escpos
Public
Notifications
You must be signed in to change notification settings
Fork
316
Star
1.3k
Code
Issues
60
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-escpos
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
44 lines (36 loc) · 513 Bytes
Breadcrumbs
python-escpos
/
.gitignore
Copy path
File metadata and controls
44 lines (36 loc) · 513 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
#
python temporary files
*
.pyc
#
editor autosaves, data and file browser files
$~
.idea
/
.directory
.cache
/
settings.json
#
temporary data
temp
#
packaging and testing
.tox
/
*
.egg-info
/
.eggs
/
*
.egg
build
/
dist
/
.coverage
src
/
escpos
/
version.py
.hypothesis
.pytest_cache
/
coverage.xml
#
pyenv
.python-version
#
testing temporary directories
test
/
test-cli-output
/
#
vim swap files
*
.swp
*
.swn
*
.swo
#
vscode
.vscode
/
*
!
.vscode
/
settings.json
!
.vscode
/
tasks.json
!
.vscode
/
launch.json
!
.vscode
/
extensions.json
Back
|
FazBrowse Home
|
New Git URL