konduktor/.gitignore
Илья Глазунов 8f5b9a5cd1 go implementation
2025-12-11 16:52:13 +03:00

33 lines
223 B
Plaintext

.venv/
venv/
config.example.yaml
__pycache__/
logs/*
static/*
.DS_Store
.coverage
docs/
dist/
build/
# Cython generated files
*.c
*.so
*.pyd
*.html
*.egg-info/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Go binaries
go/bin