FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-kasa/.gitignore at 0.7.4 · python-kasa/python-kasa · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-kasa
/
python-kasa
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
309
Star
1.7k
Code
Issues
60
Pull requests
49
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-kasa
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (22 loc) · 298 Bytes
Breadcrumbs
python-kasa
/
.gitignore
Copy path
File metadata and controls
30 lines (22 loc) · 298 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
#
Compiled python modules.
__pycache__
/
*
.pyc
#
Setuptools distribution folder.
/
dist
/
#
Python egg metadata, regenerated from source files by setuptools.
/
*
.egg-info
/
*
.egg
#
Coverage
.coverage
#
Tox
.tox
.cache
#
IntelliJ
.idea
#
vscode
.vscode
#
VirtualEnvs
venv
.venv
/
build
docs
/
build
Back
|
FazBrowse Home
|
New Git URL