# Custom 
.deprecated/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# C extensions and shared libraries
*.so
*.pyd
*.dll

# Packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# Test and coverage outputs
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Logs and runtime files
*.log
*.pid

# IDE/editor
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db
