# Bytecode
__pycache__/
*.pyc
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
.env

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright_cache/

# Hatch
.hatch/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Other
test_files
src/lex_rs/__pycache__
tests/__pycache__
pyrightconfig.json