
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.git/
.gitignore
.github/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
tests/
docs/
*.md
!README.md
*.txt
!requirements.txt
.vscode/
.idea/
*.swp
*.swo
*~
.env
.env.*
!.env.example
.idcu/

