Files
ai-skills/.gitignore
2026-08-08 11:24:44 +03:00

61 lines
555 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Virtual environments
.venv/
venv/
ENV/
env/
# Environment files (do not commit secrets)
.env
.env.local
.env.*.local
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Pytest
.pytest_cache/
.coverage
htmlcov/
# Mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Ruff
.ruff_cache/
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db