mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
upd gitignore
This commit is contained in:
parent
b5b69de218
commit
5399b66e45
34
.gitignore
vendored
34
.gitignore
vendored
@ -1,9 +1,31 @@
|
|||||||
__pycache__
|
# Distribution / packaging
|
||||||
obsstudio_sdk.egg-info
|
.Python
|
||||||
dist
|
build/
|
||||||
docs
|
develop-eggs/
|
||||||
setup.py
|
dist/
|
||||||
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
wheels/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
MANIFEST
|
||||||
|
|
||||||
venv
|
# Environments
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
|
||||||
|
# Test/config
|
||||||
quick.py
|
quick.py
|
||||||
config.toml
|
config.toml
|
BIN
examples/events/__pycache__/__main__.cpython-311.pyc
Normal file
BIN
examples/events/__pycache__/__main__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
examples/scene_rotate/__pycache__/__main__.cpython-311.pyc
Normal file
BIN
examples/scene_rotate/__pycache__/__main__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/baseclient.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/baseclient.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/callback.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/callback.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/events.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/events.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/reqs.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/reqs.cpython-311.pyc
Normal file
Binary file not shown.
BIN
obsstudio_sdk/__pycache__/subject.cpython-311.pyc
Normal file
BIN
obsstudio_sdk/__pycache__/subject.cpython-311.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user