thesadru/apimodel

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# PyCharm/IntelliJ-generated files
*.iml
.idea/

# Visual Studio Code-generated files
.settings/
.project
.vscode/
.vs/

# Distribution / packaging
build/
develop-eggs/
dist/
eggs/
sdist/
wheels/
*.egg-info/
*.egg
MANIFEST

# Sphinx
docs/build/
docs/_build/
docs/reference/

# Temporary test files
test.py

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json