# Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/
.python-version

# Testing & coverage (pytest, pytest-cov)
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Type checking (mypy)
.mypy_cache/

# Linting (ruff)
.ruff_cache/

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

# Project-specific
downloads/
