diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f18c9a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg + +# Virtual environments +.venv/ +venv/ +ENV/ + +# Testing +.tox/ +.nox/ +.coverage +.coverage.* +htmlcov/ +.pytest_cache/ +.mypy_cache/ + +# IDEs +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Project-specific +benchmarks/ +*.db diff --git a/tests/__pycache__/__init__.cpython-314.pyc b/tests/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 6b2028c..0000000 Binary files a/tests/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc b/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc deleted file mode 100644 index b249d20..0000000 Binary files a/tests/__pycache__/conftest.cpython-314-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/test_core/__pycache__/__init__.cpython-314.pyc b/tests/test_core/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 472ee1d..0000000 Binary files a/tests/test_core/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/tests/test_core/__pycache__/test_tokenisation.cpython-314-pytest-9.0.2.pyc b/tests/test_core/__pycache__/test_tokenisation.cpython-314-pytest-9.0.2.pyc deleted file mode 100644 index ce4785e..0000000 Binary files a/tests/test_core/__pycache__/test_tokenisation.cpython-314-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/test_core/__pycache__/test_types.cpython-314-pytest-9.0.2.pyc b/tests/test_core/__pycache__/test_types.cpython-314-pytest-9.0.2.pyc deleted file mode 100644 index 85d7107..0000000 Binary files a/tests/test_core/__pycache__/test_types.cpython-314-pytest-9.0.2.pyc and /dev/null differ