# Rust
/target/
**/*.rs.bk
Cargo.lock
*.pdb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv
.pyenv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

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

# Documentation
docs/_build/
site/

# Build artifacts
*.whl
*.tar.gz

# Maturin
.cargo/
Cargo.lock

# OS
.DS_Store
Thumbs.db
*.log

# Project specific
STARLETTE_DEPENDENCIES.md
IMPLEMENTATION_NOTES.md
/benchmarks/results/
