# Rust build artifacts
target/

# Conductor workspace
.context/

# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
build/
dist/
.eggs/
*.egg
pip-wheel-metadata/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
turbo-freethreaded/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Benchmark and test outputs
benchmark_graphs/
archive/
*.bench.json
benchmark_results*.json

# Temporary files
*.tmp
*.temp
*.log
*.bak

# Documentation build
docs/_build/
site/

# PyO3/maturin build artifacts
*.whl
