# Python-specific ignores
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/

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

# IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.spyderproject
.spyproject
.jupyter/

# System files
.DS_Store
Thumbs.db

# Logs and temporary files
logs/
*.log
*.bak
*.swp
*~
*.tmp
release_summary.txt

# Miscellaneous
.pypirc
