mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 06:03:25 +00:00
50 lines
488 B
Plaintext
50 lines
488 B
Plaintext
# Python
|
|
__pycache__/
|
|
src/compose_farm/_version.py
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Testing
|
|
.coverage
|
|
.pytest_cache/
|
|
htmlcov/
|
|
.code/
|
|
|
|
# Local config (don't commit real configs)
|
|
compose-farm.yaml
|
|
!examples/compose-farm.yaml
|
|
coverage.xml
|
|
.env
|
|
homepage/
|
|
site/
|
|
.playwright-mcp/
|