Some checks failed
CI / test (push) Has been cancelled
- Add all source files and tests - Fix CI linting and type checking issues - Ensure code passes ruff and mypy checks
35 lines
305 B
Plaintext
35 lines
305 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
*.egg
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Environment
|
|
.env
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# MyPy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
|
|
# Ruff
|
|
.ruff_cache/
|