# Dependencies
node_modules/

# Build artifacts
dist/
build/
target/
src-tauri/target/

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

# Environment variables
.env
.env.local
*.env.*

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*.tmp

# Lint cache
.eslintcache

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
.mypy_cache/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# Tauri local/generated artifacts
src-tauri/data.sql
src-tauri/gen/
