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

# C extensions
*.so
*.dll
*.dylib

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
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/
test-results/

# Benchmark results
.pytest-benchmark/

# 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
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Pre-commit hooks
.pre-commit-config.yaml.bak

# Security reports
.bandit
.safety

# Performance profiling
*.prof
*.profile

# Memory profiling
*.mem

# Debug files
*.debug

# Local development overrides
local.py
local_settings.py
settings_local.py
config.local.*
settings.local.*
*.local.*

# API keys and sensitive data
api_keys.txt
credentials.json
service_account.json
*api*key*
*secret*
*credential*
*.key
*.pem
*.p12
*.pfx

# AI/ML model files
*.pkl
*.joblib
*.h5
*.hdf5
*.onnx
*.pb
*.tflite
*.pt
*.pth
*.safetensors
models/
checkpoints/

# Test data and fixtures
test_data/
fixtures/
sample_files/
test_*output*
*_test_*
test_results*

# Documentation builds
docs/build/
docs/_build/
site/

# Temporary directories
tmp/
temp/
.tmp/
.temp/

# Archive files
*.tar
*.tar.gz
*.tar.bz2
*.zip
*.rar
*.7z

# Compiled documentation
*.pdf
*.epub
*.mobi

# Development tools
.editorconfig.bak
.gitattributes.bak

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~

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

# Project-specific media files
*.mp4
*.mov
*.avi
*.mkv
*.webm
*.flv
*.wmv
*.m4v
*.3gp
*.mp3
*.wav
*.aac
*.m4a
*.flac
*.ogg
*.wma
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.tiff
*.svg
*.webp

# Temporary files
*.tmp
*.temp
*.bak
*.backup

# Logs
*.log
logs/

# Cache directories
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Node.js (if using any JS tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Docker
Dockerfile.local
docker-compose.override.yml

# Secrets and configs
secrets.json
.secrets
.env.*
.envrc
!.env.example

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

# Backup files
*~
*.orig

# macOS
.AppleDouble
.LSOverride
Icon
.com.apple.timemachine.donotpresent

# Windows
desktop.ini
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# JetBrains IDEs
.idea/
*.iws
*.iml
*.ipr

# VS Code
.vscode/
*.code-workspace

# Sublime Text
*.sublime-project
*.sublime-workspace

# Vim
*.swp
*.swo
.vimrc.local

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Tags
TAGS
tags
.tags
.tags1
gtags.files
GTAGS
GRTAGS
GSYMS