# 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/
venv/
ENV/
env/

# IDEs
.vscode/**/*
!.vscode/settings.json
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

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

# Ruff
.ruff_cache/

# Project specific
experiments/results/*.db
experiments/results/*.json
!experiments/results/.gitkeep
*.log

# Environment variables
.env
.env.local

# Build artifacts
*.whl
*.tar.gz

# Dependency lock files (too large for git)
uv.lock

# Temporary files
tmp/
temp/
*.tmp

# Reference documents or projects
ref/
workflow/

# Database files
*.db
