# ChunkHound Docker ignore file

# Python cache
__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

# Virtual environments
venv/
env/
ENV/

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

# Version control
.git/
.gitignore

# Documentation
docs/

# Tests and development
tests/
test_*.py
*_test.py
.pytest_cache/
.coverage
htmlcov/

# Development configuration
.mem/
.ropeproject/
.zed/

# Database cache (will be created in container)
*.duckdb*

# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore

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

# Other
LICENSE
Makefile
