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

# C extensions
*.so

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

# setuptools_scm generated version file
ipsw_storage/_version.py

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

# uv
.uv/
uv-cache/

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

# Type checkers
.mypy_cache/
.pyre/
.pytype/

# Linters
.ruff_cache/

# IDEs
.vscode/
.idea/

# macOS
.DS_Store

# Logs
*.log

# Environment files
.env
.env.*

# Jupyter
.ipynb_checkpoints/

# Python version managers
.python-version

# Temporary files
*.tmp
*.swp
*.swo

# FZF history (if used)
.fzf_history

# Downloaded IPSWs (optional)
downloads/
*.ipsw