# Git
.git/
.gitignore
.gitattributes

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

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

# Environment files
.env
.env.*
!.env.example

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

# Testing and type checking
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/

# Documentation (not needed in container)
manuals/

# CI/CD
.github/

# macOS
.DS_Store

# Docker
Dockerfile
.dockerignore
docker-compose.yml

# Other
*.md
!README.md
LICENSE
.mcp.json*
