# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.so
*.dll
*.dylib
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Rust
target/
debug/
**/*(.rs.bk
*.pdb
*.txt

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

# Environment
.venv/
venv/
.env

# OS
.DS_Store
Thumbs.db
nul
NOTES.md
logs/