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

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

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

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

# Git
.git/
.gitignore
.gitattributes

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Environment files (include .env.example but ignore .env)
.env
.env.local

# Logs
*.log
logs/
nats-server.log
jetstream_storage/

# Documentation
*.md
docs/

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

# Temporary files
tmp/
temp/
*.tmp

# Data and cache
data/
cache/
*.db
*.sqlite
*.sqlite3

# Workspace (will be mounted)
workspace/

# OS
Thumbs.db
