# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
*.so
.eggs/
.venv/
venv/
env/
*.virtualenv
pip-log.txt
pip-delete-this-directory.txt
.Python
develop-eggs/
lib/
lib64/
sdist/
wheels/
*.manifest
*.spec
.installed.cfg
MANIFEST
.mypy_cache/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.tox/
.nox/
.hypothesis/
pytestdebug.log

# Node / npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
package-lock.json
yarn.lock

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
.fseventsd

# IDEs / Editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/

# Environment / secrets
.env
.env.*
!.env.example

# Misc
*.log
tmp/
temp/
