# =============================================================================
# Docker Ignore - CareerSIM Agent
# =============================================================================

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

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

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

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

# Logs
logs/
*.log

# Local environment
.env
.env.local
.env.*.local

# HuggingFace cache (will be mounted as volume)
.cache/

# Git
.git/
.gitignore

# Docker
Dockerfile
docker-compose*.yml
.docker/

# Documentation
*.md
!README.md
docs/

# Misc
.DS_Store
Thumbs.db
