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

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

# Development and testing
.nox/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.pytype/
.hypothesis/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Data directories (should be mounted as volumes)
dataset_processing/
datasets/
data/

# Git
.git/
.gitignore
.gitattributes

# Documentation
docs/
*.md
!README.md

# Test files
tests/
features/
robot/
benchmarks/

# Build artifacts
*.whl
*.tar.gz

# CI/CD
.github/
.gitlab-ci.yml
.forgejo-token
.github-token

# Configuration files
.env
.env.local
*.local.json

# UV and lock files
uv.lock
.python-version

# Logs
*.log

# Cache
.cache/

# Other
.aider*
.claude/
.swarm/
.hive-mind/
memory/
coordination/
*.db
*.db-journal
*.sqlite

# Patch and diff files
*.patch
*.diff
BRENT_CHANGES_SUMMARY.md
brent_diff_file.patch
