# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.json
positions.json
distances.json
test_*.json

# Localization library cache
*.pyc
# Pre-commit
.pre-commit-config.yaml.bak

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/
.dmypy.json
*.json

# Logs
*.log
*.csv

# Coverage reports (keep in CI artifacts)
htmlcov/
.coverage.*
