Merge pull request #4240 from pipecat-ai/mb/remove-old-files
Remove orphaned .dockerignore and CHANGELOG.md.template
This commit is contained in:
@@ -1,30 +0,0 @@
|
|||||||
# flyctl launch added from .gitignore
|
|
||||||
**/.vscode
|
|
||||||
**/env
|
|
||||||
**/__pycache__
|
|
||||||
**/*~
|
|
||||||
**/venv
|
|
||||||
#*#
|
|
||||||
|
|
||||||
# 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
|
|
||||||
**/.DS_Store
|
|
||||||
**/.env
|
|
||||||
fly.toml
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
|
|
||||||
All notable changes to the **<project name>** SDK will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
Please make sure to add your changes to the appropriate categories:
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
### Added
|
|
||||||
|
|
||||||
<!-- for new functionality -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
<!-- for changed functionality -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
<!-- for soon-to-be removed functionality -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
<!-- for removed functionality -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
<!-- for fixed bugs -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Performance
|
|
||||||
|
|
||||||
<!-- for performance-relevant changes -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
<!-- for security-relevant changes -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
### Other
|
|
||||||
|
|
||||||
<!-- for everything else -->
|
|
||||||
|
|
||||||
- n/a
|
|
||||||
|
|
||||||
## [0.1.0] - YYYY-MM-DD
|
|
||||||
|
|
||||||
Initial release.
|
|
||||||
Reference in New Issue
Block a user