# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/

# Replico's own artifacts (when dogfooding against this repository)
.replico/

# Test / coverage artifacts
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# OS / editor noise
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/

# Scratch / probe files
_probe_*.py
