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

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
docs/_build/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
#  Usually these files are written to file system.
*.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
.hypothesis/
.pytest_cache/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable

# Files that might appear on Windows
ehthumbs.db
Desktop.ini

# Database files
*.sqlite3
*.db
*.sqlite

# Log files
*.log

# Runtime data
*.pid
*.seed
*.pid.lock

# Django stuff:
*.pot
*.mo

# Sphinx documentation
docs/_build/

# Jupyter Notebook
.ipynb_checkpoints/

# Environment variables file
.env
.env.local
.env.development
.env.test
.env.production

# Local development config
local_settings.py
*.local.py

# End-to-end testing artifacts
.cypress/
cypress/

# Build artifacts
node_modules/
dist/
dist-ssr/
dist-server/
dist-client/

# IDE deployments
.nyc_output/
coverage/

# Next.js
.next/
out/

# Nuxt.js
.nuxt/

# Gatsby
.cache/

# Serverless
.serverless/

# AWS
aws-sam/
.cdk.staging/

# Cloud Functions
functions/
lib/

# Firebase
firebase-debug.log
firebase-debug.*.log

# Local emulators
%appdata%\npm-cache/_npx/*

# Environment files
.env*.local
.env*.development
.env*.test
.env*.production

# Vercel
.vercel/

# Temporal files
*.tmp
*.temp
*.bak
*.old

# Editor backup files
*.orig
*.rej

# Local configuration files
.config/

# Test cache
.playwright/
