obsws-python/.gitignore

50 lines
493 B
Plaintext
Raw Normal View History

2022-07-26 01:03:57 +01:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
2022-07-26 00:56:07 +01:00
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
2022-07-29 14:34:43 +01:00
setup.py
2022-07-26 00:56:07 +01:00
MANIFEST
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
2022-07-26 00:56:07 +01:00
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Test/config
quick.py
config.toml