
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
ENV/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.joycode/
.joycode.*
.lingma/
.lingma.*
.lingma-workspace/
*.lsproj
*.lsworkspace

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
*.orig

# IDCU specific
.idcu/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
*.coverage.*
.coverage.*.json
.pytest/
.pytest_tmp/
.pytest_home/
tmp_test_workspace/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Code quality
.ruff_cache/
.black/
.hatch/

# Documentation build
docs/_build/
site/

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

# pre-commit
.pre-commit/

# Hatch build artifacts
.hatch/
.hatch_build/

# Additional Python artifacts
*.prof
*.pstats
__pypackages__/
.hatchling/
.lock
Pipfile.lock
poetry.lock

# IDE additional
*.iml
.ipynb_checkpoints/

# Archive files
*.tar.gz
*.zip

# Test files
test_encodings/

