# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
site/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

# Environment files
.env
.env.*

# Testing
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml
.hypothesis/
test-results.xml

# Build artifacts
*.so
artifacts/
tmp/
*.sqlite3

# OS files
.DS_Store

# Secrets and keys
*.log
*.pem
*.key

# Editor files
*.swp
.vscode/
.idea/

# Local operator config
.orxaq/
