Skip to content

Commit 0c22491

Browse files
tobixenclaude
andcommitted
Remove build artifacts from repository and update .gitignore
- Remove .whl files (icalendar, python-dateutil, six, tzdata) - Remove dist/*.tar.gz build artifacts - Add *.whl to .gitignore to prevent future commits of wheel files These files should not have been committed to the repository as they are build artifacts that can be regenerated. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 62c50ca commit 0c22491

9 files changed

Lines changed: 8 additions & 1 deletion

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ share/python-wheels/
2525
*.egg-info/
2626
.installed.cfg
2727
*.egg
28+
*.whl
2829
MANIFEST
2930

3031
# PyInstaller

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.1] - 2025-11-26
9+
10+
Some wheel files etc that shouldn't be in the repository has accidentally been added. Either I've done some silly mistake while sleeping, or perhaps it was a mistake giving the AI access to my computer.
11+
12+
## [0.3.0] - 2025-11-26
13+
14+
Categories are a mess. I've tried to make a predictable behaviour by making a distinction between `categories` (handling the property filter value as a list that should match or be a subset of the event category set) and `category` (handling the property filter value as a string that should match towards at least one of the categories in the event).
915

1016
### Added
1117
- **"category" (singular) property filter**: New virtual property for substring matching within category names
-16.7 KB
Binary file not shown.
-16.7 KB
Binary file not shown.
-16.7 KB
Binary file not shown.

icalendar-6.3.2-py3-none-any.whl

-237 KB
Binary file not shown.
-225 KB
Binary file not shown.

six-1.17.0-py2.py3-none-any.whl

-10.8 KB
Binary file not shown.

tzdata-2025.2-py2.py3-none-any.whl

-340 KB
Binary file not shown.

0 commit comments

Comments
 (0)