# Python cache
__pycache__/
*.py[cod]

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# IDEs
.vscode/

# Tools
.ruff_cache/
.claude/

# Profiling
*.prof
flamegraph_*.svg

# Rust
target/
*.so
*.dylib
*.pyd

# Environments
.venv/
.env
