# 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
MANIFEST

# Virtual environments
venv/
env/
ENV/
.venv

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

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

# OS files
.DS_Store
Thumbs.db

# Documentation
docs/
*.md

# Git
.git
.gitignore

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

# Development files
.env
.env.local
.env.development
.env.test
.env.production

# Logs
*.log
logs/

# Results directory (will be created at runtime)
results/

# Temporary files
tmp/
temp/
*.tmp
*.temp

# Jupyter
.ipynb_checkpoints
*.ipynb

# Database
*.db
*.sqlite
*.sqlite3

# Build artifacts
*.whl
*.tar.gz