# Git
.git/
.gitignore

# Docker
Dockerfile
.dockerignore

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

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

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo

# Documentation and markdown files
*.md
docs/

# Testing
tests/
pytest.ini

# Cache
.mypy_cache/
.pytest_cache/

# Coverage reports
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# Ruff
.ruff_cache/

# Devcontainer
.devcontainer/

# Cursor
.cursor/

# local documents
temp/

# dxt build
dxt/_build/

# MacOS
.DS_Store

# private key
key.pem