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

# PyInstaller
*.manifest
*.spec

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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
data/issues/
data/attachments/
data/results/
data/
trees/
*.log

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

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

# Temporary files protection
/tmp/
*.tmp
*.temp
*.bak


# Specific test data patterns
*replicated-collab*
*pixee-replicated*
# Exclude sensitive test data
data/
*.json
repomix-output.xml
*.log
