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

# Builds and package metadata
dist/
build/
site/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Bytecode and native extensions
__pycache__/
*.py[cod]
*$py.class
*.so

# Test, coverage, lint, and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Local configuration and secrets
.env
.env.*
!.env.example
.pypirc
*.pem
*.key

# Editors and IDEs
.idea/
.vscode/*
!.vscode/tasks.json
*.code-workspace
*.sublime-project
*.sublime-workspace
*~
*.swp
*.swo

# Operating systems
.DS_Store
._*
Thumbs.db
Desktop.ini

# Logs and temporary files
*.log
*.tmp
*.temp
.cache/

docs_mine/

