| .git | |
| .gitignore | |
| .env | |
| .venv | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache | |
| .coverage | |
| htmlcov | |
| .mypy_cache | |
| .ruff_cache | |
| .DS_Store | |
| notebooks/ | |
| tests/ | |
| docs/ | |
| .git | |
| .gitignore | |
| .env | |
| .venv | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache | |
| .coverage | |
| htmlcov | |
| .mypy_cache | |
| .ruff_cache | |
| .DS_Store | |
| notebooks/ | |
| tests/ | |
| docs/ | |