# Created by expert developer assistant
# Optimized for ROS-based Python project

### Project Specific ###
# ROS home and logs
.ros-home/
*.log

# Local uv cache (CI에서 UV_CACHE_DIR=.uv-cache 사용)
.uv-cache/

# Binary and Data files
*.msgpack
*.rkyv
*.so
*.pem
# *.lock
*.tag
*.rev

# Environment variables
.env
!.env.example

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Environments
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Mypy / Ruff / Pyright
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
pyrightconfig.json

### IDEs ###
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/

# PyCharm / JetBrains
.idea/

### OS Specific ###
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Windows
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
*.stackdump
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk

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