forked from at-gmbh/at-python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael
committed
Feb 20, 2023
1 parent
85f5237
commit 2ba8570
Showing
3 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,4 +68,5 @@ venv*/ | |
# Pyenv | ||
.python-version | ||
|
||
serve/ | ||
# project-specific stuff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
full_name: Jane Doe | ||
company_name: '' | ||
email: [email protected] | ||
project_name: Test AZ-DevOps Pip | ||
project_slug: '{{ cookiecutter.project_name | slugify }}' | ||
module_name: '{{ cookiecutter.project_slug | slugify | replace(''-'', ''_'') }}' | ||
project_short_description: A short summary of the project | ||
package_manager: pip | ||
use_notebooks: 'no' | ||
use_docker: 'no' | ||
ci_pipeline: 'az-devops' | ||
create_cli: 'no' | ||
config_file: yaml | ||
code_formatter: none | ||
editor_settings: none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters