# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# hatch-vcs generated version file
opendart_fss/_version.py

# Environment variables
.env
.env.local

# Testing/Linting cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.code-workspace

# OS
.DS_Store
Thumbs.db
