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

# C extensions
*.so

# Distribution / packaging
.Python
env/
venv/
ENV/
build/
dist/
*.egg-info/
*.egg

# Flit build artifacts
dist/
*.tar.gz
*.whl

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
*.cover
*.py,cover
.hypothesis/

# Pytest
.pytest_cache/

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

# Environment variables
.env
.env.*

# Jupyter Notebook
.ipynb_checkpoints

# macOS specific
.DS_Store

# Windows specific
Thumbs.db
Desktop.ini

# Custom cache files
*.log
*.cache
*.tmp

# GitHub Codespaces
*.code-workspace

# Local flit files
__pypackages__/

# Pyright / Pylance type checking
mypy_cache/
*.mypy_cache
.dmypy.json
.dmypy.json.2

# Spyder IDE
.spyderproject

# Rope IDE
.ropeproject

# End of .gitignore
