# Python-specific
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
*.so

# Virtual environments
.venv/
venv/
env/

# Dependency management (uv)
uv.lock

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo

# OS-generated files
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
coverage.xml
*.cover
*.coverage
htmlcov/

# Miscellaneous
*.log
*.tmp