# =========================
# Python
# =========================

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# .python-version

# pipenv
# Pipfile.lock

# poetry
# poetry.lock

# pdm
# pdm.lock
.pdm.toml

# PEP 582; used by e.g. pyflow and pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments

.env
# But don't ignore template .env files
!src/uv_init/template/.env
!src/uv_init/template/.env.*
.venv
env/
venv/
ENV/
env.bak/
venv.bak/



# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/


# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# VS Code
.vscode/

# PyCharm
# .idea/

# =========================
# React, Tailwind CSS, Next.js
# =========================

# Node modules
/node_modules/

# Build output
/.next/
out/
build/

# Production
/dist/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing
/coverage/

# Miscellaneous
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local

# Editor directories and files
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Parcel-bundler cache (https://parceljs.org/)
.cache/
.parcel-cache/

# Next.js build output
.next/
out/

# Static exports
/out/

# Tailwind CSS
# If you have generated CSS files, you might want to ignore them
# However, usually, these are generated and not committed
/public/css/
# Adjust according to your project structure

# =========================
# Rust
# =========================

# Compiled files
/target/
**/*.rs.bk

# Rust specific
Cargo.lock

# Generated by Cargo
*.crate

# IDE directories
/.idea/
/.vscode/

# =========================
# General
# =========================

# Backup files
*~

# Temporary files
*.tmp
*.temp

# OS generated files
.DS_Store
Thumbs.db

# Blog drafts
blog/

# =========================
# Add Other Tools as Needed
# =========================

# Docker
docker-compose.override.yml
.env.docker

# =========================
# Ignore all cache files/directories
**/*cache*
**/.cache*

ignore claude

/.claude
