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

# Virtual environments
.venv/
venv/
ENV/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# ArbiterX map store
.arbiterx/

# Embeddings binary
embeddings.bin

# Environment variables
.env

# Type checking
.mypy_cache/

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db
