Add all source files for CI to work
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-22 21:22:42 +00:00
parent ecf8485b6f
commit a747357a23

67
.gitignore vendored
View File

@@ -1,77 +1,22 @@
# Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
# C extensions
*.so *.so
# Distribution / packaging
.Python .Python
build/ build/
develop-eggs/
dist/ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/ *.egg-info/
.installed.cfg .eggs/
*.egg *.egg
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/ .pytest_cache/
.coverage
# Translations htmlcov/
*.mo
*.pot
# Environments
.env .env
.venv .venv
env/ env/
venv/ venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp *.swp
*.swo *.swo
*~
# OS .mypy_cache/
.DS_Store .ruff_cache/
Thumbs.db
# Project specific
mockapi.yaml
mockapi.yml
# Examples
examples/