# Rust build artifacts
/target/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Python packaging artifacts
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.env
.venv
env/
venv/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Editor and OS files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Local secrets and upload config
.pypirc
*.token

# Local planning notes
ROADMAP.md
*.log
