# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# Project
.young_stock/
*.cast
.env

# Lock files (uv)
uv.lock
