# Python bytecode
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/
env/

# Build and distribution
*.egg-info/
dist/
build/

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.hypothesis/

# Coverage
.coverage
htmlcov/

# MkDocs build output
site/

# Environment variables
.env

# macOS
.DS_Store

# Archives
archives/

# Temp test files
test_*.tmp.py

# UV lock (optional, remove this line if you want to track it)
# uv.lock

.history
.qodo
.kiro
.vscode

data/

# Validation output (large downloaded reference data)
validation_results/


#Ignore vscode AI rules
.github/instructions/codacy.instructions.md
