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

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

# Environment files (should not be in Docker image)
.env
.env-*
.env.local

# Git
.git/
.gitignore

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

# MacOS
.DS_Store

# Documentation
*.md
docs/

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Testing
.pytest_cache/
.coverage
htmlcov/

# Database files
*.db
*.sqlite

# Logs
*.log
